Skip to content

Commit 0d4ed7b

Browse files
authored
Update README.md
1 parent b7a0efe commit 0d4ed7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GAMES/Tic-Tac-Bot-Player/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ Oh and, you could also switch modes after the game has ended <br />
1212
* This part is a lil tricky but hey!, I have got some examples<br />
1313
* You have to use co-ordinate system for a 3 X 3 matrix <br /><br />
1414
* For a matrix like this(which will also be our game board..),<br />
15-
---------
15+
*---------
1616
| _ _ _ | <br />
1717
| _ _ _ |<br />
1818
| _ _ _ |<br />
19-
---------
19+
---------*
2020
<br />
2121
* If you want to take the top-right corner:
2222
* You have to enter: "1 *space* 3

0 commit comments

Comments
 (0)