搜索资源列表
java的手机小游戏
- java的手机小游戏,是关于飞机的
java海上的小游戏
- 小游戏,是服务器有客户端的游戏,只有能登陆就可以玩,还上对战,支持多个客户端-small games, the server is a client of the game, only the landing will be able to play, but also on the screen, multiple client
JAVA砖块游戏源码
- 打砖块小游戏的源码,可以运行
JAVA 仿照爆炸小鸟的小游戏
- 仿照爆炸小鸟的小游戏,功能稍微有点简单,做做毕业设计还是合适的-Imitates the explosion of the bird little game, the function is a little simple, do the graduation design or the right
game
- Java小游戏,直接下载后,编译即可运行!-java game code
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
Chapter6_28
- java小程序,用于实现三子棋游戏:在3*3的方格中,两个游戏者轮流做标记,如果一个游戏者在网格水平,垂直,斜线上有连续三个标记就为胜利.-java applet for the realization of the three sub-chess game: in the 3* 3 grid, the two players take turns marking, if a game in the grid horizontal, vertical, diagonal, there are t
扫雷游戏Java源代码
- 可实现的扫雷小游戏,使用Java语言编写,编译成功。
刮刮卡
- 基于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)
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入门编程实践学习,Swing控件(Little game, Java portal programming practice learning, Swing controls)
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图形化处理技术