方法二:画个直径为1的圆


importpygame,sys

pygame.init()

screen=pygame.display.set_caption('helloworld!')

screen=pygame.display.set_mode([640,480])

screen.fill([255,255,255])

pygame.draw.circle(screen,[0,0,0],[150,200],1,1)

pygame.display.flip()

whileTrue:

foreventinpygame.event.get():

ifevent.type==pygame.QUIT:

sys.exit()


方法三:这种方法并不是画上去的,而是改变了surface上某个点的颜色,这样看上去像是画了一个点screen.set_at()。另外,如果要得到某个像素的颜色,可以使用screen.get_at()。

importpygame,sys

pygame.init()

screen=pygame.display.set_caption('helloworld!')

screen=pygame.display.set_mode([640,480])

screen.fill([255,255,255])

screen.set_at([150,150],[255,0,0])#将150,150改为红色。

pygame.display.flip()

whileTrue:

foreventinpygame.event.get():

ifevent.type==pygame.QUIT:

sys.exit()

2、连接多个点形成线

pygame.draw.lines()方法可以将多个点连接成为线。该方法有5个参数:surface表面、颜色、闭合线或者非闭合线(如果闭合为True,否则为False),点的列表,线宽。pygame.draw.lines(surface,[color],False/True,plotpoints,1)。下面的例子画出了一条马路,具体如下:


importpygame,sys

deflineleft():#画马路左边界

plotpoints=[]

forxinrange(0,640):

y=-5*x+1000

plotpoints.append([x,y])

pygame.draw.lines(screen,[0,0,0],False,plotpoints,5)

pygame.display.flip()

deflineright():#画马路右边界

plotpoints=[]

forxinrange(0,640):

y=5*x-2000

plotpoints.append([x,y])

pygame.draw.lines(screen,[0,0,0],False,plotpoints,5)

pygame.display.flip()

deflinemiddle():#画马路中间虚线

plotpoints=[]

x=300

foryinrange(0,480,20):

plotpoints.append([x,y])

iflen(plotpoints)==2:

pygame.draw.lines(screen,[0,0,0],False,plotpoints,5)

plotpoints=[]

pygame.display.flip()

pygame.init() screen=pygame.display.set_caption('helloworld!') screen=pygame.display.set_mode([640,480]) screen.fill([255,255,255]) lineleft() lineright() linemiddle() whileTrue: foreventinpygame.event.get(): ifevent.type==pygame.QUIT: sys.exit()

热门推荐

1 男生老师蛋糕祝福语简短
2 余生男朋友祝福语简短
3 瑜伽新店开业祝福语简短
4 别人生产祝福语简短
5 孙子上学祝福语简短霸气
6 自家新车的祝福语简短
7 公司生日祝福语创意简短
8 企业英语祝福语大全简短
9 昭昭老师祝福语结婚简短
10 五一公司放假祝福语简短
11 追星女孩的祝福语简短
12 给长辈端午祝福语 简短
13 生日祝福语有诗意简短
14 团圆日祝福语简短
15 中秋商务祝福语简短最新
16 温暖文艺简短祝福语短句
17 男孩上学祝福语简短的
18 入住酒店文案祝福语简短