We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1937b2d commit a4fdf2dCopy full SHA for a4fdf2d
README.md
@@ -1,8 +1,11 @@
1
Tic tac toe game with simple AI.
2
3
1.User vs. Computer
4
- 1. Beginner (Random)
5
- 2. Expert (two-in-a-row + block oppenent)
+
+ i. Beginner (Random)
6
+ ii. Expert (two-in-a-row + block oppenent)
7
8
2.User vs. User
-3. Tic-Tac-Toe on a 4 by 4 grid. (the winning is defined as 4-in-a-row.) (User vs AI)
-4. Quit
9
10
+3.Tic-Tac-Toe on 4 by 4 grid. ( winning is defined as 4 in a row) . (User vs AI)
11
0 commit comments