搜索资源列表
AIGreedSnake
- 本程序是我放假时写的一个贪吃蛇,电脑有AI,不过很可惜AI智能不高。不过我现在认为自己的代码已经比当年有所提高,对文件的组织,对一些简单模式的运用,包括基本的格式注释等都有很大进步。我想对于一些初学者还是有参看的价值。AIStrategyLevelB.java这个文件就是用来扩展实现更高AI的算法的,我虽然有些思路,未能实现,希望有想法的和我交流,qq是9468387,邮箱是cookie1984717cookie@yahoo.com.cn(不好意思,长了点的,呵呵) 在eclipse,jdk
贪吃蛇源码java
- 这是个贪吃蛇主要代码的文档
ChangeClothes
- JAVA实现的简单贪吃蛇 键盘控制 多关地图 代码+论文-JAVA easy implementation of many customs control Snake keyboard map code+ thesis
kernel
- 刚才上载贪吃蛇游戏的代码时,漏掉了这个kernel文件,不好意思,补上。大家可以看我发的另一个贪吃蛇游戏代码,两个结合起来用。我真不是为骗分啊,我不知怎么修改刚才发的那个,只好再发一个了。-Snake game just upload the code, the kernel files missing, I am sorry, make up. You can see I made another Snake game code, used to combine the two. I do n
Snake
- 基于Eclipse开发的一个简单经典游戏-贪吃蛇游戏,包含了该游戏的全部代码,非常适合于首次学习Eclipse开发Java游戏的范例。-Eclipse-based development of a simple, classic games- Snake game, the game contains all the code, very suitable for learning Eclipse the first time an example of the development of J
GreedySnake
- 纯java代码实现的贪吃蛇游戏的源代码,大家参考一下-Pure java code to achieve the Snake game source code
javasnake
- java小游戏-贪吃蛇~JAVA源程序代码~-java games- Snake ~ ~ JAVA source code
greedsnake
- 一款不错的Java贪吃蛇游戏,代码简洁清晰,便于大家学习。可以在Java虚拟机上运行。-A good Java Snake game, simple and clear code, easy to everybody to learn. Java virtual machine can run.
Snake
- 贪吃蛇的小程序,JAVA写的,代码不算长,可读性强-Snake applet, JAVA written, the code is not long, readable
greedysnake
- JAVA贪吃蛇代码,简单通俗易懂,内含主文件和子文件-Snake JAVA code, a simple user-friendly, containing the master files and subfolders
java-game-code---Snake
- JAVA代码--小游戏贪吃蛇 代码虽然短小,但很有学习意义-Java code- game Snake code short, but useful to learn
Snake2.0
- java贪吃蛇代码,实现了贪吃蛇游戏的基本功能。-java Snake code to achieve the basic functions of the Snake game.
java-tanchishe
- java代码贪吃蛇源码,可以仔细阅读,对游戏开发者很有帮助-The java code Snake source, carefully read, game developers helpful
Java-Snake-code
- 可运行的最新Java贪吃蛇源代码 相比其他同类型代码,增加了“关于”选项,详见代码!-Snake can run the latest Java source code compared to other same type of code, add " About" option, see the code!
tanchishe
- java 贪吃蛇小游戏代码,很简单很实用,大家可以参考参考-java Snake game code, very simple and very practical, you can refer to reference
ControlSnake.java
- 本代码是用java语言编写的简单贪吃蛇游戏,对于初学者有很好的帮助-The code is written in java language simple Snake game, we have a good help for beginners
贪吃蛇java代码
- 软件项目名称:贪吃蛇游戏 1. 用户需要开发一款命名为贪吃蛇的休闲小游戏 2. 开始游戏时,存在一条运动的小蛇和蛇需要吃掉的豆 3. 用户通过键盘的“上下左右”键控制小蛇分别向“上下左右”运动来吃掉豆,同时增加自身的长度 4. 小蛇不能碰到边界 5. 小蛇自身不能碰撞 6. 游戏在任何时候都可以退出(Software project name: Snake game 1., users need to develop a snake named leisure games 2.
201407010336陈建国java贪吃蛇
- 贪吃蛇实训,一关,画布,各自,蛇头蛇尾,食物,具有贪吃蛇游戏一切功能(Snake training, off the canvas, each food has a snake, Snake game function)
tanchishe
- 适合新手的贪吃蛇代码,很简易。容易懂。新手可以看看。(The greedy Snake code for the novice is easy. Easy to understand.)
贪吃蛇源代码
- 这是一个最基本的贪吃蛇游戏代码,基于安卓开发java语言编写的