资源列表
main
- 玩21点的小游戏 简单易懂 适合初学者学习C语言编程-play a game of 21 points
GameOfLife
- 汉化版的“生命游戏”程序,可以演示生命的生成和消亡过程!-Game Of Live!
sjb
- 石头剪刀布游戏网页版.用记事本编写的js游戏.-rock scissors cloth version of the game's website. With the preparation of the notebook js game.
dixiashidemo
- 这是一个3d游戏场景漫游,此文件只用于学习交流禁止商用-This is a 3D game scene roaming, this document is only for the exchange of commercial ban
wuziqi
- 是一款简单的五子棋小游戏,界面十分干净,而且具有多人作战以及战果记录等功能。五子棋的玩法想必大家都很熟悉了,想办法把自己的棋子在横、竖、斜任意一个方向上连续排满5个就算赢。-Backgammon is a simple game, the interface is very clean, and has a multiplayer battle victories and records and other functions. Backgammon is played surely we ar
NoiseImage
- it is a game which desribes itself
PT1
- VS2008写的简单RPG游戏的一小部分-code of rpg game
pingpong
- This gives the implementation of the ping pong game
Javaminesweeping
- 一个扫雷程序,由于太懒了只做了8×8方块10个雷,没有做别的级别。不过看懂后很容易加上其他级别的(甚至自定义)-A mine-clearing procedures, as a result of the lazy only 8 × 8 box of 10 mine, there is no level to do anything else. After the very easy to understand, however, together with other levels (or e
dadoudou
- 一款时下最流行的打豆豆游戏,在百度贴吧的一款闲暇时玩的游戏-A most popular game to play Peas, the Baidu Post Bar in a spare time to play the game
hostage-game-in-C
- 本程序实现解救人质的小游戏,在规定时间内,只要可以走到下面的小人那里就赢。-The program implements hostage game, within the specified time, as long as you can go there to win the following villain.
贪食蛇游戏
- 贪食蛇游戏 ,在DOS控制台运行,方向键控制方向. void Pos(int x,int y) { COORD pos; HANDLE hOutput; pos.X=x; pos.Y=y; hOutput=GetStdHandle(STD_OUTPUT_HANDLE); SetConsoleCursorPosition(hOutput,pos); }