文件名称:BreakoutGame
介绍说明--下载内容均来自于网络,请自行研究使用
Breakout弹球小游戏,通过鼠标控制游戏,左键开始游戏(或者重新开始),滚轮控制鼠标的速度,右键暂停或者继续游戏(也可以通过键盘空格键控制)。Eclipse直接导入工程即可-Breakout Pinball game, the game is controlled by the mouse, the left button to start the game (or re-start), the speed of the wheel to control the mouse, the right to suspend or continue the game (can also be controlled via the keyboard spacebar). Eclipse directly import the project can
(系统自动生成,下载前可以参看下载内容)
下载文件列表
BreakoutGame\.classpath
............\.project
............\.settings\org.eclipse.jdt.core.prefs
............\bin\cn\flant\breakout\action\GameController.class
............\...\..\.....\........\......\Movable.class
............\...\..\.....\........\......\Paintable.class
............\...\..\.....\........\BreakoutMain$FrameRefresh.class
............\...\..\.....\........\BreakoutMain$KeyMonitor.class
............\...\..\.....\........\BreakoutMain$MouseMonitor.class
............\...\..\.....\........\BreakoutMain.class
............\...\..\.....\........\common\CollideHelper.class
............\...\..\.....\........\......\Env.class
............\...\..\.....\........\......\LevelFactory.class
............\...\..\.....\........\......\UIUtil.class
............\...\..\.....\........\model\Ball.class
............\...\..\.....\........\.....\Barrier.class
............\...\..\.....\........\.....\basic\MapObject.class
............\...\..\.....\........\.....\.....\Oval.class
............\...\..\.....\........\.....\.....\Square.class
............\...\..\.....\........\.....\GameArea.class
............\...\..\.....\........\.....\GameUI.class
............\...\..\.....\........\.....\Level.class
............\...\..\.....\........\.....\Line.class
............\...\..\.....\........\.....\Slider.class
............\...\..\.....\........\.....\Speed.class
............\...\..\.....\........\.....\Status.class
............\src\cn\flant\breakout\action\GameController.java
............\...\..\.....\........\......\Movable.java
............\...\..\.....\........\......\Paintable.java
............\...\..\.....\........\BreakoutMain.java
............\...\..\.....\........\common\CollideHelper.java
............\...\..\.....\........\......\Env.java
............\...\..\.....\........\......\LevelFactory.java
............\...\..\.....\........\......\UIUtil.java
............\...\..\.....\........\model\Ball.java
............\...\..\.....\........\.....\Barrier.java
............\...\..\.....\........\.....\basic\MapObject.java
............\...\..\.....\........\.....\.....\Oval.java
............\...\..\.....\........\.....\.....\Square.java
............\...\..\.....\........\.....\GameArea.java
............\...\..\.....\........\.....\GameUI.java
............\...\..\.....\........\.....\Level.java
............\...\..\.....\........\.....\Line.java
............\...\..\.....\........\.....\Slider.java
............\...\..\.....\........\.....\Speed.java
............\...\..\.....\........\.....\Status.java
............\bin\cn\flant\breakout\model\basic
............\src\cn\flant\breakout\model\basic
............\bin\cn\flant\breakout\action
............\...\..\.....\........\common
............\...\..\.....\........\model
............\src\cn\flant\breakout\action
............\...\..\.....\........\common
............\...\..\.....\........\model
............\bin\cn\flant\breakout
............\src\cn\flant\breakout
............\bin\cn\flant
............\src\cn\flant
............\bin\cn
............\src\cn
............\.settings
............\bin
............\src
BreakoutGame