版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
目录第1章绪论 附录程序完整代码importpygameimportsysimportrandom#initializePygamepygame.init()#colorsettingscolors=[(255,105,180),(255,0,0),(255,165,0),(255,255,0),(0,255,0),(0,127,255),(0,0,255),(139,0,255)]BLACK=(0,0,0)WHITE=(255,255,255)#screensettingssize=700screen=pygame.display.set_mode((size,size))#snakeandfoodsettingssnake=[[100,50],[90,50],[80,50]]food_pos=[random.randrange(1,size//10)*10,random.randrange(1,size//10)*10]food_count=0#directionvariablesdirection='RIGHT'changeto=directionscore=0defdisplay_text(text,size,x,y):font=pygame.font.Font(None,size)TextSurf=font.render(text,True,WHITE)TextRect=TextSurf.get_rect()TextRect.topleft=(x,y)screen.blit(TextSurf,TextRect)defgame_over():whileTrue:screen.fill(BLACK)display_text('GameOver!',50,size//3,size//3)display_text('Score:'+str(score),30,size//2,size//2)pygame.display.update()foreventinpygame.event.get():ifevent.type==pygame.QUIT:pygame.quit()sys.exit()#victoryfunctiondefvictory():myscore=pygame.font.SysFont('monaco',32).render('YouWin!!YourScoreis:{}'.format(score),True,(255,255,255))screen.blit(myscore,(size//2-120,size//2))pygame.display.flip()pygame.time.wait(5000)pygame.quit()sys.exit()defdraw_score(myscore):font=pygame.font.SysFont('monaco',32)score_surface=font.render('Score:{}'.format(myscore),True,(255,255,255))screen.blit(score_surface,(30,10))defshow_start_screen():titleFont=pygame.font.SysFont("monaco",70)titleSurface=titleFont.render("SnakeGame",True,(255,255,255))screen.blit(titleSurface,(size//2-titleSurface.get_width()//2,size//4))promptFont=pygame.font.SysFont("monaco",36)promptSurface=promptFont.render("Pressanykeytostart",True,(255,255,255))screen.blit(promptSurface,(size//2-promptSurface.get_width()//2,size//2+50))pygame.display.flip()waiting=Truewhilewaiting:foreventinpygame.event.get():ifevent.type==pygame.KEYDOWN:waiting=Falseifevent.type==pygame.QUIT:pygame.quit()sys.exit()show_start_screen()#mainlogicofthegamewhileTrue:#eventhandlingkeyeventsforeventinpygame.event.get():ifevent.type==pygame.KEYDOWN:ifevent.key==pygame.K_UPorevent.key==ord('w'):changeto='UP'ifevent.key==pygame.K_DOWNorevent.key==ord('s'):changeto='DOWN'ifevent.key==pygame.K_LEFTorevent.key==ord('a'):changeto='LEFT'ifevent.key==pygame.K_RIGHTorevent.key==ord('d'):changeto='RIGHT'ifevent.key==pygame.K_ESCAPE:pygame.event.post(pygame.event.Event(pygame.QUIT))#directionconditionsifchangeto=='UP'anddirection!='DOWN':direction='UP'ifchangeto=='DOWN'anddirection!='UP':direction='DOWN'ifchangeto=='LEFT'anddirection!='RIGHT':direction='LEFT'ifchangeto=='RIGHT'anddirection!='LEFT':direction='RIGHT'#movesnakeifdirection=='UP':snake.insert(0,[snake[0][0],snake[0][1]-10])ifdirection=='DOWN':snake.insert(0,[snake[0][0],snake[0][1]+10])ifdirection=='LEFT':snake.insert(0,[snake[0][0]-10,snake[0][1]])ifdirection=='RIGHT':snake.insert(0,[snake[0][0]+10,snake[0][1]])#gameoverifsnakeisoutofboundariesifsnake[0][0]>=sizeorsnake[0][0]<0orsnake[0][1]>=sizeorsnake[0][1]<0:game_over()#gameoverifsnakerunsoveritselfforeachinsnake[1:]:ifsnake[0]==each:game_over()#eatingfoodifsnake[0]==food_pos:food_count+=1score+=1food_pos=[random.randrange(1,size//10)*10,random.randrange(1,size//10)*10]else:snake.pop()#victoryifsnakelengthreaches1000iflen(snake)==1000:victory()#graphicsscreen.fill(BLACK)forposinsnake:pygame.draw.rect(screen,colors[food_count%8],pygame.Rect(pos[0],pos[1],10,10))pyg
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 食品加工卫生安全风险评估
- 硕士论文开题报告模板
- 专业基础知识(给排水)-(给水排水)《专业基础知识》模拟试卷4
- 房地产交易制度政策-《房地产基本制度与政策》预测试卷1
- 父亲七十大寿贺词
- 护理读书笔记
- 二零二五年度高空作业吊篮安装与安全风险评估合同3篇
- 人教版四年级数学下册第二次月考综合卷(含答案)
- 广西梧州市2024-2025学年七年级上学期期末考试生物学试题(含答案)
- 二零二五年度股权抵押融资合同文本3篇
- 译林版一年级英语上册全套ppt
- 教师教学常规管理培训夯实教学常规强化教学管理PPT教学课件
- 公务员考试工信部面试真题及解析
- GB/T 15593-2020输血(液)器具用聚氯乙烯塑料
- 2023年上海英语高考卷及答案完整版
- 西北农林科技大学高等数学期末考试试卷(含答案)
- 金红叶纸业简介-2 -纸品及产品知识
- 《连锁经营管理》课程教学大纲
- 《毕淑敏文集》电子书
- 颈椎JOA评分 表格
- 定量分析方法-课件
评论
0/150
提交评论