搜索资源列表
LwGame2.0
- 架构不错!值得学习.采用VC6 SDK写的飞机游戏,双人版,具有很强的扩展性,这个版已经是2.0,由于最近时间比较忙,里面还有许多功能尚未添加.我会尽快抽时间来完成它!-structure good! Worth learning. VC6 using the SDK to write aircraft games, a double edition, is highly scalable, this version is 2.0, due to the recent time is busy,
3dgame开发《一》
- 类似于反恐游戏,旨在推广3D游戏的开发方法 第单元:加载游戏世界与游戏角色-similar to the anti-terrorism game, which aims to promote the development of 3D games approach, modules : Add games with the game world role
3dgame开发《一》(演示0.01版)
- 3dgame开发《一》(演示0.01版)是射击游戏框架的演示版,是在原开放代码的基础上增加了一些内容:加载敌人,对子弹进行限制.-3dgame development "a" (demo version 0.01) is a shooting game demo version of the framework is open to the original code on the basis of some additional elements : Add enemy,
smallprogram
- 游戏规则: 按w键是控制自己的飞机(天使)向上。 按S键向下,A键向左,D键向右,r键重来,e键退出 发弹:指着本程序介面按鼠标左键. 开始时:你的生命值只有3,而子弹数只有2 当你的子弹射到了敌人时,敌人的生命也会减一,当敌人的生命值减到0时,你就赢. 当你的子弹射到了敌人时,同时天上也会掉下一颗子弹,当你捡到一个子弹后,你的子弹数得到补充; 如你的子弹数减至0或你的生命值减至0你就会输。 秘技: 按y键你的子弹数就加1; 按o键你的生命值就加1.
flyflyfly
- 一款自己做的飞机游戏,但是还没有完成,没有添加碰撞,希望给初学者一些帮助-section of the aircraft own game, but is not finished, and did not add collisions, and hopes to give some help beginners
outpost16
- outpost16为16位窗口模式下的太空飞行射击游戏。 请在桌面将色深设成16位,否则图像显示不正常。 某些机器可能会出现花屏现象,原因未知。 游戏的目标是击毁所有的空间站和大型战舰,击碎陨石有一定几率掉+护甲或者+弹药的东西。 游戏过程按F1帮助,游戏键说明如下: ← Turn Left(左转) → Turn Right(右转) ↑ Advance And Speedup(前进和加速) Ctrl Fire(发射) Space Fire(发射) H
plane
- 基于安卓2.2的飞行射击游戏框架,对射击和敌人做了简单的实现,添加触屏功能。 -2.2 Based on Andrews' s flight shooting game framework, the fire and the enemy made a simple implementation, add touch screen functionality.
Advanced_Space_shooter
- over 2200 lines! Advanced engine supports level scr ipting, no limit on enemies, guns, explosions, objects, helpers. Very customizable. Includes my first level, mars. Please use this code for something because I may not be able to continue it. the ba
HW_1
- its the 4 bit adder use to add any bit
VCPPzhenda
- VC++人物格斗游戏模块代码,编写此功能需要使用以下知识: 1.对象的新属性:生命值、攻击力。 2.对象生命值的显示。 3.打斗时生命值的改变。 4.在场景中添加物品。 -VC++ fighting game character module code, write this function requires the following knowledge: 1. Object with new properties: the value of life
TankeGame
- 坦克大战游戏功能: * 1、画出坦克 * 2、我的坦克可以上下左右移动 * 3、坦克可以发射子弹,最多可以连发五颗 * 4、我的坦克击中敌人时,敌人的坦克消失并具有爆炸效果 * 5、我被击中后显示爆炸效果 * 6、防止敌人的坦克重叠运动 * 7、添加菜单栏 * 8、可以记录玩家的成绩 * 8.1、用文件流 * 8.2、单写一个文件类,完成对玩家成绩的记录 * 8.3、先完成保存共击毁了敌人多少辆坦克 * 8.4、存盘退出游戏