Skip to content

Commit e79d309

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

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,21 @@
11
# Just a Tic-Tac-Toe
22

33
These are not-a-new-thing python scripts for the game Tic Tac Toe<br />
4-
But, this edition has two modes to play the Tic-Tac-Toe game<br />
5-
One of them is a casual mode in which you can invite a friend over to play the game as your rival!
6-
And the other one is where you have a bot-mode where a bot will be your rival this time <br />
7-
You could play the game untill you get tired of it just by running the script once<br />
4+
<br />
5+
But, this edition has two modes to play the Tic-Tac-Toe game<br /><br />
6+
One of them is a casual mode in which you can invite a friend over to play the game as your rival!<br /><br />
7+
And the other one is where you have a bot-mode where a bot will be your rival this time <br /><br />
8+
You could play the game untill you get tired of it just by running the script once<br /><br />
89
Oh and, you could also switch modes after the game has ended <br />
910

10-
#Input for the program
11+
# Input for the program #
1112
This part is a lil tricky but hey!, I have got some examples<br />
1213
You have to use co-ordinate system for a 3 X 3 matrix <br /><br />
1314
For a matrix like this(which will also be our game board..),<br />
1415
---------
15-
| _ _ _ |
16-
| _ _ _ |
17-
| _ _ _ |
16+
| _ _ _ | <br />
17+
| _ _ _ |<br />
18+
| _ _ _ |<br />
1819
---------
1920
<br />
2021
* If you want to take the top-right corner:

0 commit comments

Comments
 (0)