python:pygame的各類使用方法

加小汽車 import pygame,sys pygame.init() screen =pygame.display.set_caption("帶透視的馬路牙子") def lineleft(): plotpoints=[] for x in range(0,640): y=1000-5*x plotpoints.append([x,y])
相關文章
相關標籤/搜索