pygame的應用——python版飛機大戰

利用pygame實現了簡易版飛機大戰。源代碼以下:web # -*- coding:utf-8 -*- import pygame import sys from pygame.locals import * from pygame.font import * import time import random class Hero(object): #玩家 英雄類 def __
相關文章
相關標籤/搜索