Go to file
Nicolás A. Ortega bc6085609f Update README.md
2014-09-17 21:19:29 -05:00
src/spaceshipsim Removed some commented lines. 2014-05-31 17:42:09 -05:00
.gitignore Trying to create menu bar. 2014-05-27 08:15:09 -05:00
LICENSE Initial commit 2014-05-26 16:01:46 -05:00
README.md Update README.md 2014-09-17 21:19:29 -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.

To compile the source-code, go into the project src/ folder and run the following command:

$ javac spaceshipsim/SpaceShipSim.java

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