|
RHS |
Game Example 01
| Ball.java | The circle acting like a "flying saucer" | ||
| Bullet.java | Small eclipses | ||
| Game.java | The main-class, basically setting things up | ||
| GamePanel.java | The game itself (terrible mess of View and Controller!) Actually not a Panel, but a Canvas! Note the Game-loop in run() - but don't spend too much time on the details!! |
||
| SpaceShip.java | The "triangle-ship" |