jjst / ultimate-tictactoe

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

Clicking on an already filled cell incorrectly considered valid move #15

Closed jjst closed 7 years ago

jjst commented 8 years ago

If a player clicks on an already filled cell that would send the next player to an already-won board if it wasn't filled, no mark is placed but the turn is considered played and valid. The next player can then choose anywhere to play.

jjst commented 8 years ago

Confirmed, still happening.

jjst commented 7 years ago

Still happens on a different scenario, when clicking on an empty cell from an already-won board. See attached history (replay using elm debugger). history-23.txt