Huge changes

Refactoring of Game
Adds and improves all comments
Restructures files
Improves items
Makes project into a maven project
This commit is contained in:
2020-02-16 02:36:26 +01:00
parent 72fc38b309
commit c5c4420ac0
26 changed files with 2087 additions and 1664 deletions

4
.gitignore vendored
View File

@@ -27,3 +27,7 @@ hs_err_pid*
# Script files
*.bat
*.sh
# IDE files
*.iml
.idea