First steps.

This commit is contained in:
2018-03-25 12:08:19 +02:00
parent a54d54d993
commit 1cdd5964f0
12 changed files with 142 additions and 421 deletions

View File

@@ -1,16 +0,0 @@
SpaceShipSim
============
Space Ship Simulator is a basic 2D simulator of a spaceship in a frictionless environment. This program was made for educational purposes, and is meant to be quite simple.
###Compiling
To compile make sure you have JDK and Apache Ant installed. Then run this in the root directory of the project:
```bash
$ ant
```
###Contributing
If you wish to contribute, feel free! Just make a pull request with the patch along, and if you wish add your name to the __@author__ tag at the top of the Java file you edited/fixed.
###License
All code in the repository is under the [GNU GPLv3](/LICENSE).