Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 873 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 873 Bytes

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 name
  • Better server side cleanup after game is over
  • Change create/join rooms to join to a lobby screen and wait for others

Libraries