搜索资源列表
CollisionTestWithSliding
- 滑动的碰撞游戏例子-Java源码,有点类似于弹珠游戏-Sliding collision game-Java source code example, a little game similar to marbles
2D_Billiard
- 本游戏通过触摸屏幕进行操作,玩家可通过触摸屏幕上非按钮的位置或微调按钮可以调节球杆的方向,滑动力度条可以调节击球力度,单击“go”按钮开始击球。 -This game via touch-screen operation, the player can fine-tune the position of the buttons on the touch screen or buttons to adjust the club non-direction slide bar to adjus
2048
- 每次可以选择上下左右其中一个方向去滑动,每滑动一次,所有的数字方块都会往滑动的方向靠拢外,系统也会在空白的地方乱数出现一个数字方块,相同数字的方块在靠拢、相撞时会相加。不断的叠加最终拼凑出2048这个数字。-Each time you can choose to go down about one of the sliding direction, sliding every time, all the digital box will move closer to the sliding di
2048
- 如输入 w 1 2 a 5 4 s 11 2 d 13 4 d 9 2 ,表示用户依次进行了如下5次操作: 玩家向上滑动一次,之后在编号1的位置新出现一个数值为2的新增块 玩家向左滑动一次,之后在编号5的位置新出现一个数值为4的新增块 玩家向下滑动一次,之后在编号11的位置新出现一个数值为2的新增块 玩家向右滑动一次,之后在编号13的位置新出现一个数值为4的新增块 玩家向右滑动一次,之后在编号9的位置新出现一个数值为2的新增块 如果编号所在的位置不为空,则修改