Skip to content

Commit c34f30b

Browse files
authored
Create README.md
1 parent e289d35 commit c34f30b

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

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

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Just a Tic-Tac-Toe
2+
3+
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 />
8+
Oh and, you could also switch modes after the game has ended <br />
9+
10+
#Input for the program
11+
This part is a lil tricky but hey!, I have got some examples<br />
12+
You have to use co-ordinate system for a 3 X 3 matrix <br /><br />
13+
For a matrix like this(which will also be our game board..),<br />
14+
---------
15+
| _ _ _ |
16+
| _ _ _ |
17+
| _ _ _ |
18+
---------
19+
<br />
20+
* If you want to take the top-right corner:
21+
* You have to enter: "1 *space* 3
22+
* The input implies: *1st row's 3rd box*
23+
* If you want to take the middle box:
24+
* Enter: "2 *space* 2
25+
* The input implies: *2nd row's 2nd box*
26+
27+
# Some things:
28+
* Feel free to give any invalid inputs (*I might have covered them all ;) *)
29+
* If you could make the program run unexpectedly, be sure to let me know in the comments. *Why? Well, we are all learners, aren't we?*
30+
* Feel free to suggest any ideas to improve it as well.. <3
31+
* Last but not least, this program doesn't need any requirements. Just be sure to have them all in a single folder.
32+
33+

0 commit comments

Comments
 (0)