jjst / ultimate-tictactoe

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

Fade out content of all sub-boards at endgame #8

Closed jjst closed 8 years ago

jjst commented 8 years ago

Current endgame looks like this:

endgame

i.e. the board where the next move should happen were the game not finished is highlighted and other boards faded out.

The whole board should be highlighted instead.

jjst commented 8 years ago

Actually I'll fade out the subboards, so that only the big X's and O's get highlighted, it looks much better:

selection_008