rbaker26 / TicTacToe

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Board UI

Autofire opened this issue · comments

The user needs to be able to look at the current board state. When the user clicks a space on the board, it needs to send a signal to all observers.

Also, the board UI needs to update whenever the board state changes. It should probably be subscribed to the engine so that it can receive messages.

Tasks

  • The board needs to be shown during the game.
  • The user should be able to click on spaces.
  • When the board state updates, the board UI needs to update. (i.e. signals)

Done

The user needs to have a working board interface which can request updates and stays up to date with the rest of the game.