Update Readme.md
Add instructions for the Makefile and more.
This commit is contained in:
parent
0203d1dfd9
commit
aa9cc7a634
20
README.md
20
README.md
|
@ -1,7 +1,22 @@
|
||||||
SpaceScooter
|
SpaceScooter
|
||||||
============
|
============
|
||||||
|
|
||||||
This isn't the best game in the world. This is just a tribute.
|
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
|
Building with eclipse
|
||||||
|
@ -9,5 +24,6 @@ Building with eclipse
|
||||||
|
|
||||||
There are some minor things you need to set up to your project in eclipse:
|
There are some minor things you need to set up to your project in eclipse:
|
||||||
|
|
||||||
* Tell your eclipse to use a new version of java.
|
* Tell eclipse to use a version of java >=1.7.
|
||||||
* Add the folder res/ to your *build path*!
|
* Add the folder res/ to your *build path*!
|
||||||
|
* You're now set up to develop and test!
|
||||||
|
|
Loading…
Reference in New Issue