Game for Cohort 2, Group 1.
Documentation is done in the style of Javadoc. It can be generated using gradlew. Navigate into Game/ and execute the following command:
Linux/MacOS Systems:
bash ./gradlew javadoc
Windows:
./gradlew.bat javadoc
The documentation will appear in /core/build/docs/javadoc/. Open /core/build/docs/javadoc/index.html in a broswer to read docs.