资源列表
MyGame
- 一个简单的MFC小例子,经典的推箱子游戏-A simple MFC small example of the classic Sokoban game
VCPP-Snake
- VC++贪吃蛇,新手拿走研究吧哈哈哈哈。,拿走吧了-VC++ Snake
RussiaBlock_Win32
- 相对完善的俄罗斯方块游戏,用vc++,windows API编程实现-Tetris relatively well, with vc++, windows API programming
kongbu
- 超级玛丽的恐怖级困难版本,极度困难,十分易死-Super Mario version of the terror level difficult, extremely difficult, very easy to die
saiche
- 一套基于控制台窗口的C++ 赛车游戏代码,有点掌上游戏机的味道-Window of a console-based racing game C++ code, a little taste of handheld game consoles
2007110103VCwuziqi
- 通过vc编程实现人机五子棋对弈功能(人和人对弈功能暂时不能实现,有待完善)。玩家执黑棋想走棋,玩家通过鼠标控制棋子。电脑则通过编程计算实现走棋功能。能判断谁赢棋(不能悔棋,有待完善),可以中途中断游戏。-Programming by human backgammon games on vc function (and function of human chess can not be achieved temporarily, to be perfect). Executive Black w
ChinaBlock
- 游戏 c#俄罗斯方块编程源代码,windows窗体编程-Tetris game programming c# source code, windows form programming
Tetrissrc
- 本程序实现游戏俄罗斯方块全部功能,能够在在控制台下运行-Finished all the functions of the game of Tetris
Reversi
- 黑白棋,又叫反棋(Reversi)、奥赛罗棋(Othello),苹果棋,翻转棋。黑白棋在西方和日本很流行。游戏通过相互翻转对方的棋子,最后以棋盘上谁的棋子多来判断胜负。 -Black white, also called the chess (Reversi) Othello chess (Othello), apple chess, flip chess black white in western and Japanese very popular game through mutual
Russia_new_2011
- Java游戏俄罗斯方块源码,貌似很全的源代码,包括图像资源、源代码以及项目工程文件,请在Eclipse下运行,因测试机运行环境有限,这里就不具体花时间查看运行效果了,源码结构如上图,喜欢写Java游戏的朋友可不要错过哦。 -Java Tetris game source code, source code looks like it all, including images of resources, source code and project files, run in Eclips
Sudoku
- 九宫格数独,是一种源自18世纪末的瑞士,后在美国发展、并在日本得以发扬光大的数字谜题。数独盘面是个九宫,每一宫又分为九个小格。在这八十一格中给出一定的已知数字和解题条件,利用逻辑和推理,在其他的空格上填入1-9的数字。使1-9每个数字在每一行、每一列和每一宫中都只出现一次。这种游戏全面考验做题者观察能力和推理能力,虽然玩法简单,但数字排列方式却千变万化,所以不少教育者认为数独是训练头脑的绝佳方式。-Jiugongge Sudoku, is a Swiss from the 18th centur
Labyrinth-demo
- 迷宫问题演示程序 以一个n*n的方阵表示迷宫,0和1分别表示迷宫中的通路和障碍。迷宫问题要求求出从入口(1,1)到出口(n,n)的所有通路,或得出没有通路的结论。 具体要求是:程序启动后显示一张迷宫图板,用白色的方格表示通路,黑色的方格表示障碍。用户可以通过点击的方式改变迷宫图板上通路,设置新的迷宫状态图,然后可以由用户按“开始执行”按钮,即可在迷宫图板上显示从入口(1,1)到出口(n,n)的所有通路。 -Maze problem demo With a n* n pha