-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,16 @@ | ||
# Time-Wanderer | ||
# 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 | ||
(...) |