ryanbhayward / games-puzzles-algorithms

software for CMPUT 355 (initial 396): ugrad course on games, puzzles, algorithms
36 stars 153 forks source link

Fix Tic-tac-toe Win Detection #88

Closed dmorrill10 closed 8 years ago

dmorrill10 commented 8 years ago

Note that this fix requires disabling the num_spaces_to_win option in the TTT game state. Users that specify this argument will have it silently ignored. While I'm not sure if this is the best behaviour, it was the quickest way to resolve #87.