pygame 方块随机飞舞动画

``` import pygame import random # default WIDTH=1280 HEIGHT=1060 FPS=60 sum=0 # set color WHITE=(255,255,255) BLACK=(0,0,0) RED=(255,0,0) GREEN=(0,255,0) BLUE=(0,0,255) color=[WHITE,RED,GREEN,BLUE] # ...
posted @ 2019-01-11 14:41  baccano!  阅读(595)  评论(0编辑  收藏  举报