- Implement server-client programs with network communication for hosting game on multiple machines.
- Implement Android UI.
You will need Java installed on your system to run the program.
sudo apt-get install openjdk-11-jdk
Within the /GameTester/ folder, you will need to compile and run Main.java
javac -cp ./ -cp ./GameTester/ ./*.java ./GameTester/*.java -d ./
java rookCore.GameTester.Main
This code is released under the MIT License.