From a91fc443417140bf7c200634ff0e98bbd56e60f6 Mon Sep 17 00:00:00 2001 From: Foo-Manroot Date: Thu, 16 Jun 2016 18:10:20 +0200 Subject: [PATCH] Update README --- README.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c391875..72be4ff 100644 --- a/README.md +++ b/README.md @@ -1 +1,16 @@ -# Time-Wanderer \ No newline at end of file +# Time-Wanderer +This was a project for "Videogames Technology", a subject in the Degree of Computer Science. +Even though that subject was over, we're proud of this project and want to continue working on it (or, at least, so do I..). + +#Project run +Once the distribution release is downloaded (coming soon, I hope...), it should be run on any O.S. with the command (on the _.jar_ folder): + + java -jar Time-Wanderer +or just double click over the _.jar_ file. + +Maybe it can take some time (like 5-10 seconds) to load. We're working on it... + +If the entire source is wanted, just clone the entire repository and compile it. + + git clone https://github.com/Foo-Manroot/Time-Wanderer + (...)