2014-10-14 13:49:42 +02:00
|
|
|
SpaceScooter
|
|
|
|
============
|
|
|
|
|
2014-10-24 14:29:52 +02:00
|
|
|
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:
|
2014-11-03 13:31:54 +01:00
|
|
|
* Java Development Kit ***OpenJDK version 1.8.0_25 or higher is recommended!***
|
2014-10-24 14:29:52 +02:00
|
|
|
* make
|
|
|
|
|
|
|
|
|
|
|
|
Building without eclipse
|
|
|
|
------------------------
|
|
|
|
|
|
|
|
* Clone the repository using git clone (or download a zip from here)
|
|
|
|
* Run 'make run'
|
|
|
|
* Enjoy!
|
2014-10-21 12:58:44 +02:00
|
|
|
|
|
|
|
|
|
|
|
Building with eclipse
|
|
|
|
---------------------
|
|
|
|
|
|
|
|
There are some minor things you need to set up to your project in eclipse:
|
|
|
|
|
2014-11-03 13:31:54 +01:00
|
|
|
* Tell eclipse to use a version of java >=1.8.
|
2014-10-21 12:58:44 +02:00
|
|
|
* Add the folder res/ to your *build path*!
|
2014-10-24 14:29:52 +02:00
|
|
|
* You're now set up to develop and test!
|
2014-11-03 13:31:54 +01:00
|
|
|
|
2014-11-08 17:43:56 +01:00
|
|
|
Stats
|
|
|
|
-----
|
|
|
|
If you're interested in the amount of code, run 'make stat'.
|
|
|
|
|
2014-11-03 13:31:54 +01:00
|
|
|
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.
|