资源列表
vc++gamedesign
- vc++专业游戏程序设计,主要涉及游戏中的图像处理,包括高效快速的贴图方法,各种特效的实现,directdraw的用法,多媒体编程-vc professional game programming, mainly involving games of image processing, including rapid and efficient method of map, the realization of various effects, directdraw usage, multime
Russia_Doc
- 陈畅写的俄罗斯方块,有完整的开发文档,比较难得,可以一起学习-Chang Chen wrote of the Russian box, and the development of a comprehensive document, the more desirable, can learn
VC++_youxikaifa
- 游戏开发实例教程,提供给广大游戏爱好者制作开发自己的游戏。-game development examples and guidance to the vast number of game enthusiasts production and develop its own game.
VC_haiyangshengta
- 这是一个用VC++开发的一个模拟海洋生态系统的游戏,提供给那些初学游戏编程的模拟。-This is a development of the VC with a simulated marine ecosystem of the game, beginner to those simulated game programming.
a_game_road_find
- A*算法是一个求最短路径的函数,为许多即时战略游戏所用刀(或许人家大型的即时战略游戏笔者算法更好,不管它)。它由两个函数组成,一个是评估函数,也就是确定人物移动的下一个位置必须离目标位置最近,评估函数评估的结果越精确,则寻径的速度越快;另一个就是寻径函数,也就根据评估的结果做出响应,然后从新位置继续评估下一个位置,若无路可走(四周都是障碍什么的),那么折回一个路径节点,尝试其他方向,这个算法有个缺点,随着游戏中人物增多,相应的处理节点就增多了,会影响处理速度,而且占用大量的内存。 有兴
leijun
- 用C++做的RPG角色扮演小游戏,基于DOS 界面下的。-C so small RPG role-playing game, based on the DOS interface.
football(youyf)
- 一个足球游戏软件,采用C++BUILDER编写,适用于游戏开发入门人员.-a soccer game software using C BUILDER prepared apply to game development portal staff.
3dplayer2
- 一个很有趣的小游戏!桌面3D小球,很好玩啊!-a very interesting little game! 3 D desktop small ball, good dismal!
shengcunyouxi
- 上数据结构时,自己用C语言做的小游戏,做得不好,请大家原谅。-structure on the data they used C language to the small games, done well, please forgive me.
talking_man
- 这是一个模拟人机对话的程序。可以通过对话训练机器人,也可以和进行他对话。-This is a simulation of human-machine dialogue process. Through dialogue robot, and he can dialogue.
BlackWhite11
- C#编写的黑白棋游戏,不同于其他的一些.具有网络对战功能, 可作为c#学习资料-prepared reversi game, unlike some other. Network functions with the war, c # can be used as learning materials
39568
- This package provides tools for simulating the classic Mastermind board game. Classes defined include Code, Player, CodeMaker, and CodeBreaker. Also included are a console game UI and a brute-force simulation program. This package was ori