登录
首页 » Java » 贪吃蛇

贪吃蛇

于 2020-06-21 发布
0 262
下载积分: 1 下载次数: 3

代码说明:

说明:  贪吃蛇游戏的Java文件,class文件和讲解,他能增长,吃食物,碰到石头会死亡。(The Code and Explanation of Snake Eating)

文件列表:

作品源文件, 0 , 2019-07-13
作品源文件\程序设计说明文档.docx, 665392 , 2019-07-13
作品源文件\贪吃蛇源程序, 0 , 2019-05-13
作品源文件\贪吃蛇源程序\class文件, 0 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\Controller.class, 1636 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\Food.class, 1202 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\GamePanel.class, 1274 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\Global.class, 295 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\Ground.class, 1538 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\PlayGame$1.class, 792 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\PlayGame$2.class, 554 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\PlayGame$3.class, 909 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\PlayGame$4.class, 552 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\PlayGame$5.class, 1041 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\PlayGame$6.class, 496 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\PlayGame$7.class, 792 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\PlayGame$8.class, 508 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\PlayGame.class, 4964 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\Snake$1.class, 163 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\Snake$SnakeDriver.class, 1344 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\Snake.class, 5042 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\SnakeListener.class, 140 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\picture, 0 , 2019-05-12
作品源文件\贪吃蛇源程序\class文件\picture\Snake_body.jpg, 720 , 2019-05-11
作品源文件\贪吃蛇源程序\class文件\picture\Snake_down.jpg, 743 , 2019-05-11
作品源文件\贪吃蛇源程序\class文件\picture\Snake_left.jpg, 745 , 2019-05-11
作品源文件\贪吃蛇源程序\class文件\picture\Snake_right.jpg, 743 , 2019-05-11
作品源文件\贪吃蛇源程序\class文件\picture\Snake_up.jpg, 743 , 2019-05-11
作品源文件\贪吃蛇源程序\class文件\picture\blackground.png, 25981 , 2019-05-11
作品源文件\贪吃蛇源程序\class文件\picture\block.jpg, 716 , 2019-05-11
作品源文件\贪吃蛇源程序\class文件\picture\food.jpg, 756 , 2019-05-11
作品源文件\贪吃蛇源程序\class文件\picture\loading_picture.gif, 576101 , 2019-05-11
作品源文件\贪吃蛇源程序\class文件\picture\system_picture.jpg, 957 , 2019-05-12
作品源文件\贪吃蛇源程序\java文件, 0 , 2019-05-12
作品源文件\贪吃蛇源程序\java文件\Controller.java, 1666 , 2019-05-12
作品源文件\贪吃蛇源程序\java文件\Food.java, 955 , 2019-05-12
作品源文件\贪吃蛇源程序\java文件\GamePanel.java, 1078 , 2019-05-12
作品源文件\贪吃蛇源程序\java文件\Global.java, 145 , 2019-05-12
作品源文件\贪吃蛇源程序\java文件\Ground.java, 1346 , 2019-05-12
作品源文件\贪吃蛇源程序\java文件\PlayGame.java, 7148 , 2019-05-12
作品源文件\贪吃蛇源程序\java文件\Snake.java, 5870 , 2019-05-12
作品源文件\贪吃蛇源程序\java文件\SnakeListener.java, 84 , 2019-05-12
作品源文件\贪吃蛇源程序\java文件\picture, 0 , 2019-05-12
作品源文件\贪吃蛇源程序\java文件\picture\Snake_body.jpg, 720 , 2019-05-11
作品源文件\贪吃蛇源程序\java文件\picture\Snake_down.jpg, 743 , 2019-05-11
作品源文件\贪吃蛇源程序\java文件\picture\Snake_left.jpg, 745 , 2019-05-11
作品源文件\贪吃蛇源程序\java文件\picture\Snake_right.jpg, 743 , 2019-05-11
作品源文件\贪吃蛇源程序\java文件\picture\Snake_up.jpg, 743 , 2019-05-11
作品源文件\贪吃蛇源程序\java文件\picture\blackground.png, 25981 , 2019-05-11
作品源文件\贪吃蛇源程序\java文件\picture\block.jpg, 716 , 2019-05-11
作品源文件\贪吃蛇源程序\java文件\picture\food.jpg, 756 , 2019-05-11
作品源文件\贪吃蛇源程序\java文件\picture\loading_picture.gif, 576101 , 2019-05-11
作品源文件\贪吃蛇源程序\java文件\picture\system_picture.jpg, 957 , 2019-05-12
作品源文件\贪吃蛇项目介绍.pptx, 3099664 , 2019-06-12

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • Test1
    飞机大战游戏源代码,有部分注释,还有开始编写时的一些程序被注释掉了(It s a game of plane.)
    2011-12-15 10:19:53下载
    积分:1
  • java
    java 课程设计五子棋游戏 (1) 实现具有图形用户界面的五子棋游戏,界面美观。 (2) 可以实现人-人对战或者简单算法的人-机对战。(java course design welcome to play (1) implementation with a graphical user interface welcome to play beautiful interface. (2) can be achieving- Skirmish or a simple algorithm of people- Machine Battle.)
    2009-12-07 09:17:45下载
    积分:1
  • TestDrawLine
    Java 连连看游戏,简单,源码 (Java, Snake game, simple, source)
    2013-08-29 15:15:25下载
    积分:1
  • CrossGame
    利用cocos2d-x引擎制作的十字消除类,益智游戏(Use cocos2d-x engine produced Cross eliminate class, puzzle games)
    2013-10-09 08:48:38下载
    积分:1
  • 2
    Background Given a set of rectangles {R1, R2, …, Rn}, compute the area of their common intersection. i.e., Area(R1∩R2∩…∩Rn) The edges of the rectangles R1, R2, …, Rn, are either vertical or horizontal lines. For example, the intersection of 4 rectangles, R1, R2, R3, and R4, in the following figure is the shaded rectangle. Input The input contains (N + 1) lines. The first line specifies the number of rectangles N, where 1 < N < 1000. Since the sides of the rectangles are parallel to the x-axis and y-axis, each rectangle is bounded by the lines x = x1, x = x2, y = y1 and y = y2 and each subsequent line of the input file thus specifies one rectangle in the following format: x1 x2 y1 y2 such that 0 <= x1 < x2 <= 10000 and 0 <= y1 < y2 <= 10000, and x1, x2, y1 and y2 are integers. Output The output file contains the area of the intersection of all the rectangles.
    2013-11-15 02:58:38下载
    积分:1
  • AngryBird
    java编写的模仿愤怒小鸟的游戏,java版愤怒的小鸟,附带源码,编写的比较乱,希望能为大家带来点快乐。(java written in imitation of angry birds, game, java version of an angry bird, comes with source code, written in chaotic, I hope to bring point of happiness.)
    2020-07-01 07:40:02下载
    积分:1
  • Game
    Here is more than 10 games . written long back. share it now..njoy
    2012-11-12 19:56:14下载
    积分:1
  • Android_主角移动与地图平滑滚动
    主角移动与地图平滑滚动,觉得不错,推荐给大家(Android_ movement and smooth rolling of the map)
    2018-06-02 22:37:03下载
    积分:1
  • 消灭星星
    说明:  在Windows平台上用C++开发的一款游戏,源代码已经打包(A game application developed with C++ progamming language on Windows OS.The source code is be contained.)
    2020-06-18 14:40:02下载
    积分:1
  • 电子钟
    说明:  电子时钟游戏,可以实现游戏的界面,开发设计(Electronic clock game it can make game face and design)
    2020-03-26 11:12:49下载
    积分:1
  • 696516资源总数
  • 106658会员总数
  • 16今日下载