资源列表
Example7
- 《网络游戏客户端编程》第7章的示例程序,源程序中对一些关键代码都有详细注释,望能对初学者有所帮助,也希望能得到朋友的指教。-" Online Game Client-side programming," Chapter 7 of the sample programs, source code against some of the key have detailed notes, hope can be helpful for beginners, but also hope
Example6
- 《网络游戏客户端编程》第6章的示例程序,源程序中对一些关键代码都有详细注释,望能对初学者有所帮助,也希望能得到朋友的指教。-" Online Game Client Programming" Chapter 6 of the sample programs, source code against some of the key have detailed notes, hope can be helpful for beginners, but also hope to ge
UFO-XNA
- 这是对XNA所给出的2D飞碟游戏的改进版。 具体是什么大家试试就知道了。-It is an special version of XNA game. UFO
CrazyBlock
- 此游戏是基于 hge 写的打砖块小游戏,需要Hge 1.81 SDK-this game is Based on Hge 1.81 SDK. it s a easy block through game
LLSystem
- 太阳系运行模拟系统,暑假大作业做的,来分享下-Solar simulation system is running, summer, work to do, to share the next
BlitzzEngine_rev.88
- BlitzzEngine is an ongoing project to create a basic, yet effective engine for developing 2D action games, aimed specifically at platform games. High performance is a key goal of this engine, as the target low-end machine is a 500mhz x86 processor wi
ScrambledNet-2.8
- Android游戏源码,Android程序开发测试代码-Android games source, Android program development and testing code
100
- 是男人就下100层的源码,玩过的都知道,就不多说了,补字补丁-A man on the next layer of the source code 100
Tetris
- 用Visual C++进行的游戏编程,经典的小游戏俄罗斯方块-Carried out using Visual C++ game programming, classic game Tetris
UltraVNC
- 远程控制软件UltraVNC的源代码,支持反向连接 -UltraVNC remote control software' s source code, support for reverse connections
xbw
- 小霸王啊 非常的好 真的很经典啊 小时候常玩的啊-GOOD VERY GOOD I THINK YOU LIKE
snake
- 贪食蛇编程要点 1、每次刷屏时需要注意无效矩形区的大小和位置,一般取整条蛇最小坐标和最大坐标组成的矩形(包括蛇的头和身体) 2、蛇全身的运行轨迹应该参照蛇头的运行轨迹 3、蛇吃下东西之后身体各点的变化情况应该参照第一点的变化,即第一点发生变化之后下一时间段第二点发生变化,再下一时间段第三点发生变化,依此类推,直到最后一点发生变化结束 4、分数的计算变量:蛇吃的一般屎数量、蛇吃大屎的数量、游戏的难度级别 计算公式:(一般屎数量+大屎数量)*难度级别 5、一个问题:游戏的难度