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
Copy file name to clipboardExpand all lines: exercises/state-of-tic-tac-toe/description.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@
3
3
In this exercise, you're going to implement a program that determines the state of a [tic-tac-toe][] game.
4
4
(_You may also know the game as "noughts and crosses" or "Xs and Os"._)
5
5
6
-
The games is played on a 3×3 grid.
6
+
The game is played on a 3×3 grid.
7
7
Players take turns to place `X`s and `O`s on the grid.
8
8
The game ends when one player has won by placing three of marks in a row, column, or along a diagonal of the grid, or when the entire grid is filled up.
0 commit comments