搜索资源列表
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
experiment5_2007302317
- java小程序:实现鼠标追逐.小游戏.eclipse下测试通过-java applet: achieving mouse chase. Game.
6
- java小游戏源码 很好玩的 accp 教程网有很多的-java game source code is fun accp tutorial network has many
AirCraft
- 一个java小游戏- a java game_______________________________________________
ACCP5.0-feixingqi-game
- 包含授课课件、源代码等 开发一款Java小游戏——骑士飞行棋 游戏规则和传统的飞行棋一样,支持两人对战 采用100格小型游戏棋盘 游戏规则:对战双方轮流掷骰子控制自己的骑兵前进或后退,在游戏棋盘上设置有关卡 普通 地雷 暂停 时空隧道 幸运轮盘(提供两种运气:交换位置和轰炸) 棋盘上的关卡只在骑兵第一次移动遇到时有效-Contains teaching courseware, and source
MineSweeper12040
- 自己做的一个小东西,Java小游戏扫雷源码-Own to do a little something, Java game Minesweeper source
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)
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图形化处理技术