Go to file
JJTCM aaf970f2e4 * Added Gameover Screen
* Now with more Buttonmashing for Shooting
2014-10-31 10:46:39 +01:00
res/images Hintergrundbild verkleinert, Starbackground angepasst. 2014-10-30 23:46:38 +01:00
src/de/teamteamteam/spacescooter * Added Gameover Screen 2014-10-31 10:46:39 +01:00
.gitignore Erstellen einer Makefile zum Bauen des Games in ein .jar. 2014-10-24 14:16:00 +02:00
Makefile Erstellen einer Makefile zum Bauen des Games in ein .jar. 2014-10-24 14:16:00 +02:00
README.md Update Readme.md 2014-10-24 14:29:52 +02:00

README.md

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:

  • JDK (Java Development Kit) (javac and jar are required to build)
  • 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.7.
  • Add the folder res/ to your build path!
  • You're now set up to develop and test!