Pygame:有限狀態機實例

# _*_ coding:utf-8 _*_ from random import randint from time import sleep import pygame __author__ = 'admin' pygame.init() SCREEN_SIZE = (640, 320) screen = pygame.display.set_mode(SCREEN_SIZE, 0,
相關文章
相關標籤/搜索