300行 教你用Python實現飛機大戰

import pygame from sys import exit from pygame.locals import * import random # 設置遊戲屏幕大小 SCREEN_WIDTH = 683 SCREEN_HEIGHT = 1024 # 子彈類 class Bullet(pygame.sprite.Sprite): def __init__(self, bull
相關文章
相關標籤/搜索