nagoshiashumari / Rpg-Awesome

A fantasy themed font and CSS toolkit.
http://nagoshiashumari.github.io/Rpg-Awesome/
BSD 2-Clause "Simplified" License
863 stars 50 forks source link

The Tic-Tac-Toe game is invalid #85

Open cryo-warden opened 4 months ago

cryo-warden commented 4 months ago

X has won in 3 moves, but O has made 4 moves. Either O took an extra turn after the end, or they took an extra turn during the game.

It's not a huge problem, but it's also simple to fix. Could remove an O, add an X, or move an X so that X hasn't already won.