搜索资源列表
gdx-vectorpinball
- libgdx的一个弹珠游戏,经典。直接用JAVA运行。另外写个引导程序可在android上运行,-libgdx a pinball game, classic. Direct run with JAVA. Also write the boot program can be run on the android,
BombGame
- android上的一个简单小游戏bombgame的源码,直接源工程压缩,解压后eclipse直接导入即可在模拟器上运行查看效果。源码有简单注释,比较容易看懂。-android on a simple game bombgame source, direct source project compression, decompression can be directly imported after the eclipse to run on the emulator to view resul
russianblocks
- 俄罗斯方块小游戏的Java源代码,俄罗斯方块的Java 实现,里面包括控制面板类、方格类、游戏控制主类等,方格类是组成块的基本元素,用自己的颜色来表示块的外观,俄罗斯方块游戏控制面板类,继承自JPanel.上边安放预显窗口、等级、得分、控制按钮,主要用来控制游戏进程。 游戏主类,继承自JFrame类,负责游戏的全局控制,内含: 1, 一个GameCanvas画布类的实例引用, 2, 一个保存当前活动块(ErsBlock)实例的引用, 3, 一个保存当前控制