lucas-tulio / space-arcade

Space arcade style game example

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

space-arcade

Space arcade style game example.

print

Setup

  1. Download Eclipse.

  2. Clone or otherwise download this repository.

  3. Open Eclipse and go to File -> Import. Then, select Gradle Project, click Next and Finish.

  4. To run the game, go to Eclipse's Run Configurations. On the left menu, select Java Application and click New Launch Configuration. In the Project field, click Browse and select base-template-desktop. As the Main Class, select DesktopLauncher - com.lucasdnd.basetemplate.desktop.

Features

Includes all features from Base Template, plus:

  • Collision detection between rectangles
  • Score
  • Animation
  • Basic game states (pause, dead, restart)
  • Difficulty increases with score

License

This project is a free software, licensed under the GNU GPL v3 terms.

Sprites from Space Invaders, sound effects created with Bfxr.

About

Space arcade style game example

License:GNU General Public License v3.0


Languages

Language:Java 100.0%