Skip to content

Commit 1f4bca0

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

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@ 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+
*--------- <br />
1616
| _ _ _ | <br />
1717
| _ _ _ |<br />
1818
| _ _ _ |<br />
1919
---------*
2020
<br />
21+
2122
* If you want to take the top-right corner:
2223
* You have to enter: "1 *space* 3
2324
* The input implies: *1st row's 3rd box*

0 commit comments

Comments
 (0)