搜索资源列表
gamesku
- 编游戏的代码库 蛮不错的 很实用
clay
- 粘土游戏库 不错的mud游戏代码 javadill的藏品
playBall(2P)_LiR
- 如题,是“二板挡球”类型的小游戏。 使用devc++开发工具,利用了部分allegro库。 图片资源、声音资源、原代码文件均在。-Such as title, is a "secondary block the ball" type games. Use devc++ development tools, the use of some of the allegro library. Picture resources, sound resources, source cod
mf
- MagicSquare的图形代码,BC3.1的,需要BC提供的几个图形库,写这些代码的时候真天真。如今BC是彻底被人抛弃了,但代码的灵魂还是一样的-MagicSquare graphics code, BC3.1 need BC to provide a few graphics library, write the code when really naive. Now BC is being completely abandoned, but the soul is still the sa
gaf
- gafSolution是一个基于Win32平台的游戏开发解决方案,也是一个经验的积累库。通过不断扩展gafSolution的模块可以把平时的开发经验和代码统一组织起来。这样,在进行新的开发项目的时候,开发人员就可以迅速进入开发状态而不必每次都从一些零碎、底层的库开始。而且,利用gafSolution的统一模块接口也可以轻松实现替换引擎DLL实现却不必改动主程序的效果。-gafSolution is a Win32-based platform game development solution,
Atlas_Cpp_protocol
- 3d mmorpg worldforge 游戏的协议库代码。使用c++编写,内含教程,在linux下编译-3d mmorpg game protocol library code. Using c++ writing, containing tutorials, in the compilation under linux
My_eros
- 俄罗斯方块代码,这是一个用egg库编辑的VC++ 6.0的代码-Tetris code
Professional-CPP--2nd
- 虽然C + +中,往往是从游戏编程主要的商业应用软件的首选语言,它也是最难以掌握。这个严肃的书,您将学习如何征服最新版本的C + +。笔者解密鲜为人知的特征的C ++,股份详细的代码示例,然后你可以插入自己的代码,并揭示了显着变化的C ++陪最新版本。你会发现如何设计和构建应用程序,解决现实世界的问题,然后实施解决方案,使用的语言的全部功能。 呼吁有经验的开发人员正在寻找更高层次的学习 向下钻取到最新的广泛变化的C ++标准,C + ++11,包括运行时的性能,标准库,语言可用性,
C-language-little-game-demining-code
- C语言小游戏代码-扫雷代码,需要用到TC里面的图形库。-C language small game code-demining code, need to use TC inside the graph library.
loadmd2_chung_dll
- war游戏中md2模型文件加载库及示例代码!-md2 model file in the war game to load the libraries and sample code!
Snake-game
- 自己编写的基于Graphics库的贪吃蛇游戏,VC下完美编译,基本上每一行都有注释,代码清晰-Snake game, I have written based on the Graphics library VC perfect compiler, basically each line has a comment, the code is clear
SKFighter06
- 模拟的拳皇kof游戏,需Allegro库,内有程序和代码的一些说明-Simulation KOF kof game, take the Allegro library, there are some explanations of the procedures and code
Ninjia
- 这是一个OpenGL实现的水果忍者划过屏幕产生刀刃的效果,代码是C++,效果还不错,VC和VS都可以用,要有OpenGL库。-Fruit ninja blade across the screen to produce the effect of an OpenGL implementation code is C++, the results were pretty good, VC and VS can have OpenGL library.
gobang.tar
- Linux系统上基于SDL图形库的五子棋游戏C语言代码。-Linux systems SDL graphics library based on C language code backgammon game.
snake.tar
- Linux系统上的基于SDL图形库的贪吃蛇C语言代码。-Linux system SDL graphics library based on the Snake C language code.
SDL
- SDL(Simple DirectMedia Layer)是一套开放源代码的跨平台多媒体开发库,使用C语言写成。SDL提供了数种控制图像、声音、输出入的函数,让开发者只要用相同或是相似的代码就可以开发出跨多个平台(Linux、Windows、Mac OS X等)的应用软件。目前SDL多用于开发游戏、模拟器、媒体播放器等多媒体应用领域。-Simple DirectMedia Layer