资源列表
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)
unity3d鸟与家禽动画模型_爱给网_aigei_com
- unity3d鸟与家禽,拥有高度还原度,值得拥有(unity3d bird and poultry)
2d素材
- 2d游戏素材包,内含经典游戏场景图和人物角色图,可用于自制游戏(2D game material package, contains the classic game scene map and character map, can be used for homemade games)
高掉率
- 暗黑2游戏存档高调率补丁很有用,建议大家用一用(Diablo 2 game archive high rate patch is very useful, I suggest you use one)
xiyouji
- 西游记mud游戏,适合学习,可自由修改。(a mud game,Journey to the West mud game, suitable for learning, can be modified freely.)
游戏编程精粹1(PDF+源代码)
- 中文名:游戏编程精粹 英文名:Game Programming Gems 作者:【美】Mark Deloura 内容简介:本书内容涉及游戏通用编程、数学技巧、人工智能、多边形技术、像素特效等内容,本书附录提供了矩阵工具库、文本工具库等工具,对照源码学习可以迅速提升你的游戏开发水平。
AGE引擎 太鼓达人 半成品 源码
- E语言开发的一款休闲类音乐游戏半成品源码!使用AGE引擎开发的.(E language development of a casual music game semi-finished source code, developed by AGE engine.)
C语言贪吃蛇游戏
- 自己编写的贪吃蛇游戏,C语言,包括计分、开始、结束。通过更改#define可自定义大小。
贪食蛇游戏
- 贪食蛇游戏 ,在DOS控制台运行,方向键控制方向. void Pos(int x,int y) { COORD pos; HANDLE hOutput; pos.X=x; pos.Y=y; hOutput=GetStdHandle(STD_OUTPUT_HANDLE); SetConsoleCursorPosition(hOutput,pos); }
达内飞机大战项目
- 达内java飞机大战项目源码,随堂练习项目,没加壳子,可以学习时拿来参考
pygame
- pygame的实用例程,实现了几个用python开发的小游戏(PyGame practical routines, the realization of a few games using Python development)
八方块游戏
- 八方块移动游戏,,就是有一个3×3的空格,0表示空,其他数字通过移动排序