资源列表
cPP-boxman
- 使用C++编写的源程序代码,实现游戏推箱子的功能-Use C++ compilation of source code, to realize the function of the game pushed box
cPPpuzzle
- 使用C++编写的源程序代码,实现游戏拼图的功能-Use C++ compilation of source code, to realize the function of the puzzles
cPPasqurerar
- 使用C++编写的源程序代码,实现游戏连连看的功能-Use C++ compilation of source code, to realize the function of lianliankan game
cPP-mine-sweeper
- 使用C++编写的源程序代码,实现游戏扫雷的功能-Use C++ compilation of source code, to realize the function of the mine clearance games
memo
- 益智小游戏,通过3轮游戏猜测,猜出游戏随机生成的颜色和球的位置-Puzzle game through three games guess, guess the game randomly generated color and location of the ball
zqbcjml
- 增强版超级玛丽源代码,喜欢的朋友可以看看,可用于学习C语言和数据结构。-Enhanced version of Super Mario source code, like friends can look, can be used to learn the C language and data structure.
passrive
- 编程完成商人过河游戏:有三个商人带着三个随从和货物过河,船每次最多只能载两个人,由他们自己划行,并且如何乘船渡河的大权由商人掌握。要求保证在过河期间的任一岸上商人的人数要大于或等于随从的人数,否则随从会*商人抢走货物。设计一个符合上述要求的商人过河的游戏。要求程序运行效果如下图。 (1)有游戏规则提示,按任意键开始游戏,按“Q”键退出游戏; (2)程序开始,分别提示每次从河岸这边到那边、从河岸那边到这边的商人和随从人数; (3)如果输入错误(如一次输入的人数不得超过2个、过河的人数
snake
- 一个简单的动画游戏 可以用鼠标控制运动方向-a simple playgame
xiangqi
- 这是一个在visual c++6.0 win32 平台下编写的象棋程序 仅供参考! (注:mfc视图类) 工程名 Xq -This is a chess program written in visual c++6.0 win32 platform for reference only! (Note: mfc view class) project name Xq
main
- 推箱子,能限制移动方位,并且有跳关卡的选择,并且箱子难度递增-move BOX
HANGMAN 小游戏
- HANGMAN.rar
扫雷
- 这是用纯C语言写的能够实现扫雷游戏功能。希望对各各位有帮助,如果有任何问题谢谢提出。