搜索资源列表
RussiaBlock
- 采用纯C语言图形编程实现一个俄罗斯方块的游戏,界面精美,功能完善,可以自由选择游戏的难度和等级。很好的利用了Graphics这个库提供的各种图形函数进行界面编程-Pure C graphical programming language to implement a Tetris game, interface, beautiful, functional, are free to choose the game difficulty and level. Good use of the Gra
snake
- 采用纯C语言的图形编程设计的一个贪吃蛇的小游戏,交互性较好,界面简洁,主要采用了Graphics库提供的图形函数进行编程-Pure C graphical programming language designed by a Snake, a small games, interactive, well, the interface simple, the main use of the Graphics library provides a graphical programming func
FIR
- C语言写的一个五子棋的游戏,主要是学习C语言的graphic.h图形库的应用以及五子棋的算法。希望对入门的朋友有帮助。-C language to write a backgammon game, mainly to learn C language graphic.h graphics library of applications and backgammon algorithm. Introduction to the friends want to help.
SnakeV1.Full
- 这是一个使用C语言实现的贪吃蛇小游戏。没有用各种类库,没有用图形库,没有用窗口消息。-This is a use of C language of the Snake game. Did not use all kinds of libraries, not with the graphics library, do not use window messages.
tangshise
- 一款用c语言图形函数库写的贪食蛇小游戏。可供初学者学习,学习。有兴趣的童鞋快下载!-A graphics library in c language to write the Snake game. For beginners to learn, learn. Interested in children' s shoes fast download!
tanchishe
- 经典的贪吃蛇小游戏,基于C语言的编程,需要图形库-The classic Snake game, based on the C programming language
b2
- 俄罗斯方块的c语言实现,适合初学者,使用了graphics.h 画图库文件-Tetris c language, suitable for beginners, graphics.h painting gallery file
wuziqi
- 1.用纯c语言实现游戏,不借助其他库文件。 2.初始化任意大小的棋盘。 3.对战双方通过坐标输入确定棋子位置。 4.五子连珠为胜利,有三三犯规处理,给出提示或直接失败。 5.实现悔棋功能。-A. Pure c language games, without the aid of other library files. Two. Initialization of any size board. 3. The battle between the two sides by the
fivechess
- 五子棋人机对战,VS编译 C语言图形库编写-Backgammon machine war
Project15
- 利用C语言的Allegro库,在C++框架下编写的植物大战僵尸游戏,开发工具为VS2012,目前只包含了第一关。(运行工程文件前需安装Allegro库)-Allegro in C language library, in the framework of the preparation of C++ Zombies games, development tools for VS2012, now contains only the first hurdle. (Run the project f
迷宫游戏关于C语言的实现
- 通过借用EasyX库来提供良好的人机交互,包含生成迷宫,自动寻路等功能