Go to file
2014-05-27 20:45:42 -05:00
src/spaceshipsim Added STUFF comments since I do not like blank spaces. 2014-05-27 20:45:42 -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 Changed some wording to be more specific. 2014-05-26 16:14:30 -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! Make sure to contact me at nicolas.ortega.froysa@gmail.com to give you permission to modify the project on Github. Or, you can make your own branch or fork this project!