avenmia/Bored

Create GameService API

Opened this issue · 0 comments

The game service takes requests from the client using websockets and forwards them to the appropriate game logic.

When the user makes a move the game service API should:

  • Find the game
  • Get game state
  • Update the state
  • Verify the state is valid
  • Respond with updated state