From 9ca05ac3422804cf435195f6733faaa155c2a308 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20A=2E=20Ortega?= Date: Mon, 26 May 2014 16:13:21 -0500 Subject: [PATCH] Added basic info Added info on project description, compiling, and contribution. --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f6ab1e4..a2a12e1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,10 @@ SpaceShipSim ============ -This is a simulation of a 2D space ship in a frictionless environment, space. +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 source 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!