Go to file
2016-09-18 16:17:34 +02:00
src/spaceshipsim Use floats for less precision (we don't need doubles). 2016-09-18 16:17:34 +02:00
.gitignore Changing to using ant for compiling. 2014-09-20 18:52:10 -05:00
build.xml Use floats for less precision (we don't need doubles). 2016-09-18 16:17:34 +02:00
LICENSE Initial commit 2014-05-26 16:01:46 -05:00
README.md Update README.md 2014-10-30 15:46:23 -05:00

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:

$ 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.