This was created as final project for Computer Science when I was in grade 12 (over the top for the requirements).
- Clone from: https://github.com/connellr023/ColourBattle.git
- Download core.jar from: https://processing.org/download
- Configure build path in Java editor to point to the location of core.jar
- Compile and Run
- Download Release JAR file (ColourBattle.jar)
- Run: java -jar ColourBattle.jar
- User1 wants to host a game
- User1 enters 8000 as port to host on
- User1 has IP of 127.0.0.1
- User2 wants to join User1
- User2 enters 127.0.0.1:8000
- User2 should now connect to User1's lobby