Skip to content

Commit b7a0efe

Browse files
authored
Update README.md
1 parent e79d309 commit b7a0efe

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ And the other one is where you have a bot-mode where a bot will be your rival th
88
You could play the game untill you get tired of it just by running the script once<br /><br />
99
Oh and, you could also switch modes after the game has ended <br />
1010

11-
# Input for the program #
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 />
11+
# Input for the program:
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 />
1515
---------
1616
| _ _ _ | <br />
1717
| _ _ _ |<br />

0 commit comments

Comments
 (0)