资源列表
Snake-tanchishe
- 学习用GDI做游戏,这个贪吃蛇是比较好的例子,当然源码是一本书上的,我记不住什么名字了,但是他的基础上添加了一些东西,希望对你有用-Learning to use GDI to do the game, Snake is a better example of this, of course, is a source book, and I do not remember what the name, but he added, based on something we hope will b
eluosi
- 俄罗斯方块小游戏,基本规则是移动、旋转和摆放游戏自动输出的各种方块,使之排列成完整的一行或多行并且消除得分。由于上手简单、老少皆宜,从而家喻户晓,风靡世界。-Tetris game, the basic rule is moving, the game automatically rotate and display the output of the various boxes, so that one or more lines arranged in a complete and elim
mazes
- 一个C++的迷宫小游戏,益智的过关的游戏,可以供大家初步学习C++;基本的代码已实现。-A C++ maze games, puzzle games cross the border, can be used for all preliminary study C++ basic code has been achieved.
Sokoban
- 推箱子,鼠标左键改变视角,按Backspace键复原,共4关。-Sokoban, the left mouse button to change viewing angle, press the Backspace key to recovery, a total of four off.
Mine
- 一款基于VC++6.0使用MFC编程设计的扫雷小游戏。-Based on VC++ 6.0 using MFC programming design of mine games.
Snake
- 扫雷游戏源码,vc++编的。编译时注意保存路径设置的一致性-Minesweeper source, vc++ compiled. Note that the path set at compile time to save the consistency of
Mine
- 扫雷游戏,挺好玩的一个小游戏,开发环境为VC6.0,实现游戏界面-Minesweeper, quite good to play a little game, development environment for the VC6.0, realize the game interface
Snake
- 这是用visual c++编写的小游戏:蛇-This is a visual c++ to write a small game: snake
Puzzle-Games
- 名称:拼图小游戏 功能:最基本的3*3的图形 -Puzzle Games
Snake
- 这是一个用VC编写的贪吃蛇游戏,包括游戏界面,游戏规则设定,排行榜设计-This is a VC prepared by the Snake game, including the game interface, set the rules of the game, leaderboards design
SSS
- 连连看游戏,实现很多功能,并且有很多可值得参考的地方~欢迎下载哦-Lianliankan game, achieve a lot of features, and there are many places may be worth considering to download Oh ~ ~ ~ ~ Welcome
gameVC
- 用VC++编写的一个小游戏,迷宫,适于学习基本的游戏编程。