repositorypackage
0.0.0-20240426230858-db440e6b9e5b
Repository: https://github.com/tylerolson/tictacgo.git
Documentation: pkg.go.dev
# README
TicTacGo
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.
Getting Started
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 .
TODO
- 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