Updated folder hierarchy and save and restore

This commit is contained in:
Chris Cromer
2015-11-24 22:40:50 -03:00
parent f3b9b474a2
commit 822099c90c
25 changed files with 19 additions and 109 deletions

10
INSTALL Normal file
View File

@@ -0,0 +1,10 @@
To compile the game you must run:
$ make
To install the game use the command:
# make install
To uninstall:
# make uninstall
The compilation requires gcc and maven to be installed on the system.