We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d4ed7b commit 1f4bca0Copy full SHA for 1f4bca0
GAMES/Tic-Tac-Bot-Player/README.md
@@ -12,12 +12,13 @@ Oh and, you could also switch modes after the game has ended <br />
12
* This part is a lil tricky but hey!, I have got some examples<br />
13
* You have to use co-ordinate system for a 3 X 3 matrix <br /><br />
14
* For a matrix like this(which will also be our game board..),<br />
15
- *---------
+ *--------- <br />
16
| _ _ _ | <br />
17
| _ _ _ |<br />
18
19
---------*
20
<br />
21
+
22
* If you want to take the top-right corner:
23
* You have to enter: "1 *space* 3
24
* The input implies: *1st row's 3rd box*
0 commit comments