搜索资源列表
C语言练习键盘打字
- 用C++编的打字练习小游戏,可玩性到不是高,关键看看别个咋编的-C series of the typing exercises little game, that is not high playability, the key to another look at the series of the night
zip_car
- 根据《C语言游戏从入门到精通》完善丰富的小C游戏。-under "C language games from entry to the proficient" perfect abundant small C game.
C语言游戏
- C语言游戏,很简单,而且很粗糙的感觉.但是代码很短,值得学习.-C language games, which is very simple, but very rough feeling. But code is very short, and worth learning.
snake(c)
- 贪食蛇小游戏(利用TC开发(c语言))。希望大家多多指教。-embedding of small games (TC use development (c language)). We hope the exhibitions.
cforgamedevelop
- c语言游戏开发指南 及多个游戏的c语言源码。-c Language Guide and the development of games and game of the C language source code.
plane.c
- 一个用C语言编的手机小游戏,你可以控制一个小球在屏幕上自由移动,拥有手机游戏开发的基本框架-a C language addendum to the small cell phone game, you can control a small ball on the screen to move freely, cell phone games have the basic framework for development
wolf3d游戏源码
- wolf3d游戏源码 学习3d的好游戏,使用c语言和汇编实现的-wolf3d game 3d source of learning the game, the use of language and c compilation of achievement
C游戏代码集
- c语言
c语言经典游戏源代码
- 多个经典小游戏源代码
C 连连看程序
- C语言实现简易连连看游戏
200个小游戏源码
- C语言入门源码。好玩又经典。 包涵200个趣味小游戏的C语言源码,适合初学者入门。
tank
- 基于C语言的坦克游戏设计与实现,开发工具Win-Tc-Tanks based on the C language Game Design and Implementation
Five
- c语言开发的五子棋游戏,简单的人工智能计算每步的分数,然后下子。-c language development of the welcome to play, simple artificial intelligence scores in each of the steps, and then erupted in.
lianliankan
- 经典的小游戏连连看代码,C语言版的,不妨一看-The classic game Lianliankan code, C language version, we might look at a
game
- C语言游戏编程入门到精通,这是一本很好的书,写的很全面,也比较基础。-C game programming language entry to the master, this is a very good book, written in a very comprehensive, basis for comparison.
C-language-game-program
- 本书从c语言游戏编程入手,对图形绘制,动画实现等各方面技术进行了详尽的介绍-C game programming language from a book start with the graphics rendering, animation, technology and other areas to achieve a detailed descr iption
c-game-eluosi
- 一个C语言游戏,俄罗斯方块,比较简单,自己收集的。-Yīgè C yǔyán yóuxì, èluósī fāngkuài, bǐjiào jiǎndān, zìjǐ shōují de.
tennis
- 在vc++6.0平台实现的台球小游戏,目的是以玩促学,提高大家学习c语言的兴趣(Vc++6.0 platform to achieve billiards game, the purpose is to play to promote learning, improve your interest in learning C language)
24点游戏
- 用c语言写的益智计算游戏,根据给出的数字,思考公式结果等于24(The puzzle computing game written in the C language, according to the figures given, the result of the thinking formula is 24.)
C语言贪吃蛇游戏
- 自己编写的贪吃蛇游戏,C语言,包括计分、开始、结束。通过更改#define可自定义大小。