javac .\src\CLI.java -encoding UTF-8
(can cause output/print issue due to encoding of UTF-8)
java .\src\CLI.class
rm ./*/*.class
(used for recompiling after changes to *.java files)
clear - clears all screen on unix
ctrl + c - use to quit game at any time (will most likely cause errors)
If you type in any data when it isn't your turn it can cause issue with your next turn