Thanks for trying out KoTHComm!
I've tried to add everything you need to get started immediately on creating your KoTHComm. If you feel like something is missing, feel free to make a pull request!
In order to use this project:
- Create your git repo:
git init YOUR_PROJECT
cd YOUR_PROJECT
git pull https://github.com/nathanmerrill/sample.git master --depth=1
-
Set the project name in
settings.gradle
-
Inside of
/src/java/main
, rename the packagecom.nmerrill.sample
-
Modify and rename SamplePlayer to be the player class you want
-
Modify and rename SampleGame to the game you want
More documentation on using KoTHComm can be found on the root project