资源列表
angry_bird_tanqiu_demo
- 使用vs2010写的愤怒的小鸟游戏弹球演示,研究游戏物理建模(一) 匀速与加速运动的生成。注意哦,并不是完整的愤怒的小鸟游戏,而只是完成了游戏中的某一个小功能。为了减少压缩包大小,上传之前删除了一些编译生成的临时文件,有朋友因为这个在编译的时候遇到了warning与error,其实不用怕,编译器会在第一次编译链接的时候再次生成这些文件,我们只要二次编译就可以了。请注意要把Debug目录中生成的canvas.exe拷贝至外层文件夹中再运行,否则不能加载资源文件。-A vs2010 write an
PinTu
- 经典拼图游戏,可以自选图片。难度任选,对于初学C++编程的人应该有很好的借鉴意义-Classic jigsaw puzzle, can be chosen pictures. The difficulty an optional, should have a good reference for person beginner C++ programming
sudoku_recall_solve_games
- 代码用回溯法解数独题。subtraction和add函数是本代码的核心。explore是本代码的辑框架。全局变量使用。-The code use a recall algorithm to solve sudoku puzzles.add function is perfect.
sudoku_generate_solve_games
- 代码先生成一个终盘,然后挖洞生成一个题目,最后用DFS解题。终盘的生成和挖洞算法都很粗糙,但不失为一种方法。-The code generate a game then use DFS to solve it.
TerisGame
- 俄罗斯方块的代码,及其注释等,哈哈哈哈哈啊-Tetris code, and its comments, ha ha ha ha ha ah ha ha ha
interesting-jigsaw
- 一个超级有意思的拼图游戏,具有超级蛋疼的交换算法,适合于接触C不长的新手学习-A fucking interesting puzzle game with super egg pain exchange algorithm suitable for contact with C novice learning
Tetris
- 一个基于MFC的经典的智力游戏:俄罗斯方块。-MFC-based classic puzzle game: Tetris.
src
- 俄罗斯方块,适合学习了java Se想熟悉一下的朋友。-Tetris ,the game is a easy game.
Skyblue_Mine
- 模仿微软扫雷游戏的源代码,喜欢的可以看一下-To imitate Microsoft Minesweeper game' s source code, can look like
Tetris_Code
- 经典俄罗斯方块益智游戏程序的VC源代码 -Classic Tetris puzzle game VC source code of the program
migongchengxu
- 可按照要求设置参数,迷宫自动生成的走迷宫游戏VC++代码-In accordance with the requirements set parameters maze automatically generated a maze game VC++ code
Snake-game_VCPP
- 贪吃蛇游戏双人对战的vc++代码,增加了命令队列,以实现更舒服的控制。-The the Double Battle Snake game vc++ code, command queue, in order to achieve a more comfortable control.