搜索资源列表
findpicture
- 翻图片小游戏,16张图片都显示背面,随意翻出一张图片,只有点击到和他相同的图片才会显示成功,需要翻出全部8组相同的图片。可以联系大家记忆图形的能力,同时配有美妙的音乐。-Inverted image of small games, 16 pictures are displayed on the back of randomly pulls out a picture, just click on to and his picture will show the same success, ne
experiment5_2007302317
- java小程序:实现鼠标追逐.小游戏.eclipse下测试通过-java applet: achieving mouse chase. Game.
java-code2
- 实现一个小游戏,游戏名为21点,出牌者连续出牌点数相加不能大于21,最接近21的人胜出-achieve a small game,which called 21 points,continuous play points added is not greater than 21, the person which is closest to 21 is winner
刮刮卡
- 基于java语言的安卓小游戏开发,小游戏刮刮卡功能实现(Android game development based on Java language, realize the function of small game scratch card)
src
- 这是一款吃豆豆的小游戏,使用的语言为JAVA(The use of JAVA to achieve a small game of eating Peas)
Guessing game
- 通过JAVA编程,这个小程序可以简单实现一个猜数字的小游戏。(Through JAVA programming, this small program can be a simple realization of a guessing game.)
SHOOT
- 一个实用的可以玩的java小游戏,有分数,有生命值,火力可变化,可暂停开始功能。(A utility can play java games, a grade, has the value of life, the power can be changed, can pause start function.)
斗地主
- java设计的简单斗地主游戏,根据游戏特点设计,单机小游戏(Java design simple doudizhu game)
java源码
- 这个时由JAVA编程的俄罗斯方块小游戏的下程序(This time by JAVA programming Tetris game under the program)
java编的五子棋
- 小游戏,java入门编程实践学习,Swing控件(Little game, Java portal programming practice learning, Swing controls)
Snake2.0
- 贪吃蛇小游戏,java实现,简洁明了,适于初学者,希望大家喜欢哈(Snake source of a small classic gam)
AI斗地主
- 斗地主游戏,JAVA开发,可以正常运行,供参考,在别人基础上做的,不建议在这个基础上再弄了,看看就好(fight the landlord java source code)
Game
- JAVA简单猜数字小游戏,自动获取不重复四位数,并在命令行输出“游戏开始!请输入第一次所猜数字:” 然后在用户每输入一次猜测后,检验输入是否合法(长度,是否为数字,是否重复等),可使用正则表达式的知识 如不合法,命令行输出:“输入不合法,请重新输入!”,否则根据猜测内容给出比对结果,在命令行显示,如“猜测结果:2A0B。请输入下一次所猜数字:” 若猜测结果为4A0B,则游戏结束,(JAVA simply guessing digital games)
猜数
- 一个简单的猜数字小游戏,适合刚开始学习java的程序员使用(A simple figure guessing game for programmers who are just starting to learn java)
java课程设计--Hannoi汉诺塔游戏
- 汉诺塔小游戏功能实现,游戏分为初,中,高难度。背景盘子颜色可以设置。(Tower of Hanoi game function, the game is divided into early, high difficulty. The color of the background plate can be set. Hannoi)
2048小游戏源码(java)
- 2048电脑版小游戏,JAVA语言开发,开发平台eclipse(Mini-Game 2048,Java,eclipse)
赛马游戏
- 一个小游戏,连接mysql数据库,有积分功能(A small game, connected to MySQL)
扫雷
- 一个扫雷的小游戏,可以自己控制雷的数量,除了画面背景不够精良,基本还可以(A minesweeper small program can control the number of mine, in addition to the background is not good enough, the basic still can be)
游戏设计
- 用图形窗体设计一个小游戏,含有JFrame,并解决闪屏问题(Design a small game with a graphic form)
打飞机小游戏
- 打飞机小游戏,用java基础编写,涉及多线程技术和java图形化处理技术