jjst / ultimate-tictactoe

An implementation of ultimate tictactoe in Elm
MIT License
15 stars 0 forks source link

When player can choose which grid to play on, highlight playable ones #7

Closed jjst closed 8 years ago

jjst commented 8 years ago

In this case, when player O has just played to send player X at the center but this sub-board has already been won:

board

Player X can choose which sub-board to play on. Every sub-board can is fair game except the center one which has already been won. In this case every sub-board except the center one should be highlighted.