资源列表
VR
- 结合unity3D和GoogleVR daydream开发的虚拟现实小游戏,塔防打怪物(Combined with the virtual reality games developed by unity and Google VR, tower defense hits monsters)
matlab编的俄罗斯方块
- 简单的俄罗斯方块编程,在闲暇时期玩玩,放松放松一下心情还是不错的(Simple Tetris programming, in the leisure time to play, relax and relax, the mood is good)
Pacman2-Izabella,Max
- Implementation of multiagent of the pacman project
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); }