The game has a server and a client, both written in Go, and uses pure TCP sockets for client-server communication. This game was developed for practicing network programming, particularly TCP sockets, handling multiple clients, game state synchronization, and managing user input over a network.
To build manually, you need to have Go 1.22 and Wails installed on your computer.
make server
make client