A networked implementation of the board game Go, written in Java. Game moves are exchanged between players through an AWS-hosted server.
- Classic Go game logic
- Client–server communication via an AWS server
- Multiplayer over the network
- Java · Maven
- AWS (server hosting)
mvn clean package
mvn exec:javaReleased under the MIT License.