Go to file
Jan Philipp Timme 3c5e96791b Move GameFrame to root package, healthbar to gui package.
The Gui Package shall contain all elements that we create and use in our
game that are actual gui elements like menu buttons, health bars,
highscore stuff and more.
2014-11-07 20:23:06 +01:00
res Create subfolders for shot images and item images. 2014-11-06 19:40:51 +01:00
src/de/teamteamteam/spacescooter Move GameFrame to root package, healthbar to gui package. 2014-11-07 20:23:06 +01:00
.gitignore Erstellen einer Makefile zum Bauen des Games in ein .jar. 2014-10-24 14:16:00 +02:00
Makefile Add Sound support to Loader and Makefile. 2014-11-05 09:02:44 +01:00
README.md Update RADME.md 2014-11-03 13:44:32 +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!

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.