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: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,6 @@ The game also ends if the player correctly identifies all the letters of the mis
15
15
16
16
### 4. Mad Lib
17
17
A phrasal template word game where you fill in the blanks.
18
+
19
+
### 5. Tic-Tac-Toe
20
+
Tic-tac-toe is a two player game where the goal of each user is to mark their turn as an X or an O on a gameboard with three columns and three rows. The first user to get three in a row, either diagonally, horizontally, or vertically will be the winner.
0 commit comments