We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7a0efe commit 0d4ed7bCopy full SHA for 0d4ed7b
GAMES/Tic-Tac-Bot-Player/README.md
@@ -12,11 +12,11 @@ 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
- ---------
+ *---------
16
| _ _ _ | <br />
17
| _ _ _ |<br />
18
19
+ ---------*
20
<br />
21
* If you want to take the top-right corner:
22
* You have to enter: "1 *space* 3
0 commit comments