资源列表
CPP
- C++华容道有一些问题、求大神求解、真的不懂了-C++ Huarong have some problems, seeking to solve the great God, I do not understand the
Game-of-Life
- sample of Game of Life
1
- 贪吃蛇小游戏,vc6编辑环境,无界面,黑边界面-Snake game, vc6 editing environment, no interface
lianliankan
- 游戏代码连连看游戏的源代码,欢迎大家互相交流共同进步-lianliankan games
FLAMES
- Flames simple python program by VJY
SpaceWar
- 星级大战源码,功能不是很复杂,适合初学者-Star Wars source, function is not very complex, suitable for beginners
Danger-master
- Android平台游戏——炸弹专家。使用AndEngine写的一个小游戏。人生写的第一个Android游戏。-Android Platform Games- bomb expert. Using AndEngine write a small game. Life to write the first Android game.
TIC12
- Tic tac toe single and double player with data handeling
222
- 小蜜蜂游戏的基本框架以及相关关卡具体代码的实现-Bee game the basic framework and related implementation specific code level
game
- 游戏示例编程教学和代码,带有界面介绍,很详细-Game programming teaching and example code, interface with, in great detail
baibiangame
- 百变方块游戏,是一款简单容易操作的游戏,适合初学者联系的代码-Variety puzzle game, is a simple and easy game for beginners link code
Tetris
- 人机对战的俄罗斯方块游戏,AI策略采用数学公式计算每个可以放置方块的位置的得分,路径搜索采用A星搜索,从而实现人机对战-Human battle with AI in this tetris game.AI use mathematical formulas to compute the score of every enable position which can put block .Then I use A* algorithm to search path.