jtaavola / buzzword-bingo

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

Add win condition logic #16

Closed WPaul15 closed 1 year ago

WPaul15 commented 1 year ago

Adds logic to check if a player has won. The function runs whenever a space is selected. Currently, nothing happens if you win, but that will be resolved with #10.

Closes #9.