Skip to content

phumulock/tictactoe-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe Game

A distributed tic-tac-toe game built with NATS messaging and Go.

Services

  • Game Validator: NATS micro service that validates moves and manages game state

Endpoints

  • game.create - Create a new game
  • game.join - Join an existing game
  • game.move - Make a move
  • game.state - Get current game state
  • game.reset - Reset the game

Building

make build

Running

Set the required environment variables and run the service.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors