Skip to content

tylerolson/tictacgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A terminal based multiplayer tic-tac-toe game.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages