搜索资源列表
Rusdimonds
- 一款俄罗斯方块的游戏,用VC编写的.利用键盘输入可以改变输入图形的角度,从而实现叠罗.-box of the game, with VC prepared. Use the keyboard input can change the angle of imported graphics, thus achieving overlapping Romania.
俄罗斯方块的代码+注释
- 俄罗斯方块,或称积木游戏,它是利用一些形状各异却又是用正方形组成的方块,经过不同位置不同角度的变化之后,堆积在一起的一种智力游戏。 而从我们编程的角度讲,我们只需要提供各种方块的图形,提供几个键盘操作键以供方块的形状和位置的变化,提供几个功能函数以供游戏的正常进行。 各种方块图形:利用数组定形,然后利用随机函数随机地不按顺序地按游戏的需要而出现。 键盘操作键:就是四个方向键。其中左、右、下三个键意思一样,上键的功能不是使方块向上,而是使方块的下落角度改变。 功能函数将在变量函数里面介绍。
DDDPool
- 一款非常好玩的台球小游戏,可以一任意角度击球,还能拉球等技术动作。-A very fun pool game for a shot at any angle, but also pull the ball and other technical action.
CPP-for-Game-Programer
- 游戏开发经典丛书《C++ 游戏编程》,本书从游戏开发的角度开发,把C++应用刀游戏软件领域。-Classic Game Development Series " C++ Game Programming" book developed from a game development point of view, the C++ applications knife game software.
grow
- virtools小游戏,点击场景中的任意一个位置,会出现一棵树,并且树会随机实现缩放和角度的变化。-virtools game, click on the scene in any one location, there will be a tree, and the tree will be randomly zoom in and angle changes.
Snake
- 3D贪吃蛇,全新的视觉角度,丰富的地图世界,精美的3D效果,给你带来不一样的感觉!来吃掉一切眼前能吃的的东西让自己长得更长-3D Snake, a new visual angle, map world, beautiful 3D effects, to bring you the same feeling! To eat everything in front eat things grow longer
wajinzi
- 挖金子游戏,童年的回忆,与以前玩得基本一致,角度转动上更灵活-Digging for gold games, childhood memories, and previously played with basically the same, the angle of rotation on more flexible
brick
- brick,有难度的碰球游戏,z,x偏转角度,左键加速右键减速-brick, have difficulty hitting the ball game, z, x deflection angle, left-right acceleration deceleration
BallGame
- Android(迷宫小球)游戏源代码,MyCircle.java为绘制圆球主文件,在此构造圆形图形绘制函数,设置圆形图形的X、Y坐标和角度等参数;HButton.java为绘制按钮主文件,通过按钮坐标宽高与触屏的坐标进行判定按钮是否被点击;MySurfaceView.java为游戏控制,声明一个物理世界的范围对象,声明一个重力向量对象,声明胜利与失败的body,用于判定游戏的胜负,为了游戏暂停时,失败,胜利能继续可能到游戏中的状态,所以并没有将其写成一个状态,定义菜单、按钮、游戏背景图片资源等-