svelte-tic-tac-toe icon indicating copy to clipboard operation
svelte-tic-tac-toe copied to clipboard

Tic Tac Toe game made with Svelte

Results 1 svelte-tic-tac-toe issues
Sort by recently updated
recently updated
newest added

I believe the `getWinner` logic is wrong; see the attached screenshot. If a row/column is totally empty, it stops looking at the other rows/columns, and it misses wins. My suggestion...