jtaavola / buzzword-bingo

Buzzword Bingo built with React
https://jtaavola.github.io/buzzword-bingo/
MIT License
1 stars 2 forks source link

Refactor: Board will manage each Space's selected state #17

Closed jtaavola closed 1 year ago

jtaavola commented 1 year ago

since Board maintains selectedSpaces for the win logic, Board might as well manage when each space is selected or not. This will help 'reset' the board.

jtaavola commented 1 year ago

This helps with #15