Go to file
Sosch 41a0775e65 Highscore fertiggestellt: Wenn man stirbt und genug Punkte hat kann man ein Namen eingeben.
Im Highscore werden die besten 20 Spiele gespeichert.
In den Menüs wird jetzt ein ImageEntity, mit dem Bild des Players, anstatt der echte Player verwendet.
2014-12-09 22:46:01 +01:00
res Highscore fertiggestellt: Wenn man stirbt und genug Punkte hat kann man ein Namen eingeben. 2014-12-09 22:46:01 +01:00
src/de/teamteamteam/spacescooter Highscore fertiggestellt: Wenn man stirbt und genug Punkte hat kann man ein Namen eingeben. 2014-12-09 22:46:01 +01:00
.gitignore Erstellen einer Makefile zum Bauen des Games in ein .jar. 2014-10-24 14:16:00 +02:00
Highscore Highscore fertiggestellt: Wenn man stirbt und genug Punkte hat kann man ein Namen eingeben. 2014-12-09 22:46:01 +01:00
Makefile Bugfix: 'make debug' uses wrong classpath. 2014-11-29 23:36:03 +01:00
README.md Add stat target to Makefile. 2014-11-08 17:43:56 +01:00
save add Highscore Screen 2014-12-02 13:34:59 +01:00

SpaceScooter

This isn't the best game in the world. This is just a tribute. And it is a SpaceShooter.

Requirements

You will need to have the following things installed:

  • Java Development Kit OpenJDK version 1.8.0_25 or higher is recommended!
  • make

Building without eclipse

  • Clone the repository using git clone (or download a zip from here)
  • Run 'make run'
  • Enjoy!

Building with eclipse

There are some minor things you need to set up to your project in eclipse:

  • Tell eclipse to use a version of java >=1.8.
  • Add the folder res/ to your build path!
  • You're now set up to develop and test!

Stats

If you're interested in the amount of code, run 'make stat'.

Troubleshooting

The game becomes unresponsable at some point and i have to kill the process?

There are known issues with Java versions <8 concerning translucency. Try upgrading to Java 8 or higher.