资源列表
Java游戏源码荟萃
- J2SE环境下的Java游戏源码,里面的源码都是我苦心收集希望能给你带来帮助。-J2SE environment-source Java games, they are the source painstakingly collected hope I can bring help.
websangoku
- 最经典的web 三国源码。CGI 程序~!
Game-Project-2
- 这是浙江大学游戏编程的详细教程,对学习游戏编程的非常实用-Zhejiang University is a detailed tutorial game programming, game programming learning is very useful
game
- 子弹射击字母游戏 用结构体存储子弹与字母的状态 当子弹射击到字母时,字母消失 -Games shooting bullets letter structure is stored with the bullets and letters the state when the bullets fired into the letters, the letters disappear
dlq
- 勇Onlien的登录器,已经美工过,带自动更新,纯源码哦。-Yong Onlien' s registrar, has been art, with automatic updates, pure source oh.
DiceGame
- 应用设计模式思想设计的一个骰子游戏,带游戏规则说明、详细提示等,是C++学习较好的参考源码。设计模式、骰子、人机对战、游戏、C-Design Patterns design thinking applied a dice game, with rules of the game descr iption, tips and other details, is to learn good C++ reference source. Design patterns, dice, games, C++
FPS2
- 这是一个使用,vb制作出来的一个3d应用例子,大家可以看看。- This is a use, vb made out of a 3d application example, we can look at.
8_Puzzle_-_source
- the algorithm of game 8 puzzle
phpsge
- 英文小游戏,需要汉化的自己下载软件汉化-Speaking of the English game, finished the download software! ! ! ! !
PPC_DirectX_Programming
- PPC_DirectX_Programming , VS2005 编程游戏
Game_Develpment_Example
- 游戏开发实例:英雄的源代码包含游戏英雄全部的源代码,详细的文档设计,可直接用VC编译,适合于有志于这个方面的读者。 谢谢!!!!! -Game Development Example: Hero' s source code
dadisu
- 讲解: 一. 规则: 1.人不允许斜走 2.人不允许走已经走过的地方 二. 屏幕大小:全屏 1024×768 三. 游戏画面 主屏幕: 四. 地图构成: 1.实际坐标:以(0,0)为(0,0)----------------TrueCo 2.逻辑坐标:以(100,100)为(0,0)----------LogCo 3.逻辑块:以10×10的小块--------------LogBlock (