搜索资源列表
黑白棋游戏
- 这个程序也是对编程基本功的一个训练,对于初学C语言的人,将分支,循环,数组,函数综合应用.-the process of programming is a basic skills training for the C language learning, to branch cycle, arrays, function integrated application.
HappySnake
- 我自己用tc写的一个贪吃蛇游戏,里面包括两个版本,Snake_Cng.c,Snake.c和两个可执行文件,其中Snake_Cng.c是在Snake.c的基础上加了一个游戏难度递增控制。蛇的身体使用数组实现的,有兴趣的不妨看一下。-my own use tc Snake write a game that included two versions, Snake_Cng.c, Snake.c and two executable files, Snake_Cng.c which is Snake.
Ahorcado
- Hangman game in c++, very basic to learn arrays
CPP-Module-II
- Module II is the second course in the C++ Programming for Game Developers series. Recall that in Module I we started off by studying fundamental programming concepts like variables, console input and output, arrays, conditional statements, strings, l
MineSweep
- 是一个用VC6.0编制的扫雷游戏,该游戏用主要用C语言中的数组、递归来做的,实现了初级的扫雷游戏。-VC6.0 compiled a minesweeper game with, the game is mainly written in C language with arrays, recursion to do to achieve the primary game of mine.