贪吃蛇游戏演示.pptxVIP

  • 15
  • 0
  • 约小于1千字
  • 约 16页
  • 2019-10-02 发布于浙江
  • 举报
贪吃蛇游戏演示;主要内容;系统简介;功能设计;功能结构图:;游戏界面设计;游戏界面设计;蛇的移动原理;蛇身的绘制代码; isOver(); if (eating(current)==0) { Snake now = null; while (current.next!=null) { now = current; current = current.next; } now.next = null; current = null; } repaint(); ;食物的产生 ;食物的产生;判断规则1;判断规则2;判断规则3;谢谢各位!

文档评论(0)

1亿VIP精品文档

相关文档