pygame实现外星人大战小游戏——飞船建立

参考资料:Python编程从入门到实践web #alien_invasion.py import pygame from settings import Settings from ship import Ship import game_functions as gf def run_game(): pygame.init() ai_settings = Settings()
相关文章
相关标签/搜索