资源列表
tanchishewenjian
- 这是一个常见的贪吃蛇的作品,他实现了高分榜,和数据的存储的问题,可以读取数据,管理数据,是一个不可多得的C语言的简单作品-This is a common snake of the work, he achieved a high score list, and data storage problem, you can read the data, management data, is a rare work of a simple C language
Cyuyan-game
- 在迷宫中找出几个数之和是7的数并把它们吃掉后再吃掉7就获胜了。-In the maze to find a few numbers and the number is 7 and eat and then eat them 7 on the won.
dsfds2
- 这是我用C++编写的小游戏程序,希望多多跟大家交流,使大家能够共享好的东西.-This is because I use C + + to prepare small game procedures, to those who share with you, so that we can share the good things.
2323
- 大家都来看看。有高手请指教指教。有意见可以体啊-everyone to see. With a master please enlighten the exhibitions. The view can-ah
Pintu
- java 编写的拼图游戏代码 界面很好,适合初学java人员参考-java code to interface well written jigsaw puzzle for beginners java Reference
Tortoise-and-the-Hare--of-small-game
- 龟兔赛跑的小游戏 c语言编程 智力小游戏-Tortoise and the Hare of small game
sudoka
- 使用SmallBasic语言开发的数独游戏,该游戏可以从外部文件读取题目,有三种难度的游戏可供选择。-sudoku developed by SmallBasic,which is a program language for education created by Microsoft.
game
- 用java开发的一个俄罗斯方块的游戏,我比较喜欢玩这个游戏。-Java developer with a Tetris game, I like to play this game.
eluosiwidget
- 用Qt实现的经典游戏俄罗斯方块,做的很简单,有速度控制,难度控制,开始/暂停/停止。但是没有做控制按钮,只有实现函数,有兴趣的朋友可以自己做控制按钮来操作。-With Qt to achieve the classic game Tetris, do a very simple, speed control, difficulty of control, start/pause/stop. But no control button, only to realize function, inte
deckofcard
- 模拟扑克洗牌和发牌的程序,可以在模拟特定扑克牌游戏的程序中实现。-Analog poker shuffling and licensing program, you can simulate a particular poker game program implementation.
guess_number
- 猜數字遊戲,一款簡單的雙方猜數字遊戲 可以給初學者練習用-guess number
1
- 贪吃蛇 总体设计:(1)食物随机出现在游戏区;(2)蛇的移动方向使用键盘的方向键控制;(3)蛇吃到食物身体会变长;(4)蛇头碰到游戏区边界或者自己身体会死亡