python 貪吃蛇

本例子須要使用已安裝pygame的python才能運行python #!/usr/bin/env python import pygame,sys,time,random from pygame.locals import * # 定義顏色變量 redColour = pygame.Color(255,0,0) blackColour = pygame.Color(0,0,0) whiteColo
相關文章
相關標籤/搜索