Python實現簡單遊戲:飛機大戰

代碼只寫到本身發射子彈和敵機自動發射子彈,未完待續… 裏面的飛機圖片文件須要大家本身下載 飛機大戰的圖片下載連接(須要1積分)web import pygame import time from pygame.locals import * import random class plane(object): def __init__(self,x,y,screen,image):
相關文章
相關標籤/搜索