|
1 | | -## Description: |
2 | | - |
3 | | -A python based 2 player Tic Tac Toe game. It takes input for the respective x and y coordinates of the two players.. The two players are named as X and O and will enter their desired coordinates alternatively to win the game. |
4 | | - |
5 | | - |
6 | | -## Prerequisites: |
7 | | - |
8 | | -Use any python online compiler of download python IDE from https://www.python.org/ |
9 | | - |
10 | | -## How to run: |
11 | | - |
12 | | -`Just run tic_tac_toe.py` |
13 | | - |
14 | | -## Screenshots/Demo: |
15 | | - |
16 | | -## Author: |
17 | | - |
18 | | -Akashdt |
| 1 | +# Tic Tac Toe |
| 2 | + |
| 3 | +## Description |
| 4 | + |
| 5 | +A python based 2-player Tic Tac Toe game. |
| 6 | +It takes input for the respective x and y coordinates of the two players. |
| 7 | +The two players are named as X and O |
| 8 | +and will enter their desired coordinates alternatively to win the game. |
| 9 | + |
| 10 | + |
| 11 | +## Prerequisites |
| 12 | + |
| 13 | +Use any Python online compiler of download python IDE from https://www.python.org/ |
| 14 | + |
| 15 | +## How to run |
| 16 | + |
| 17 | +Just run |
| 18 | + |
| 19 | +```sh |
| 20 | +python tic_tac_toe.py |
| 21 | +``` |
| 22 | + |
| 23 | +<!-- ## Screenshots/Demo --> |
| 24 | + |
| 25 | +## Author |
| 26 | +[Erfan Saberi](https://github.com/erfansaberi) |
0 commit comments