A terminal application to play local or online tic-tac-toe games. Uses Bubble Tea for view/state management, Gin for REST, and Go std for TCP server.
Clone the repository.
To run the client navigate to the root directory and run:
go run .
To start the server navigate to /server
and run:
go run .
- Move join information to a REST response not a TCP game response
Create room with custom nameBetter server side cleanup after game is overChange create/join rooms to join to a lobby screen and wait for others