You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 12, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: docs/tictactoe.md
-53Lines changed: 0 additions & 53 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,56 +6,3 @@ nav_order: 2
6
6
{: .fs-9 }
7
7
Tic Tac Toe (also known as Xs and Os) is a game in which two players take turns marking the spaces in a 3-by-3 grid with X or O. One wins if three of their marks are in horizontal, vertical or diagonal places. It's a draw if both cannot satisfy this condition.