Skip to content

Commit f6e07ba

Browse files
committed
projects/Tic_tac_toe/README.md: clean up formatting
1 parent df7a35c commit f6e07ba

1 file changed

Lines changed: 26 additions & 18 deletions

File tree

projects/Tic_tac_toe/README.md

Lines changed: 26 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
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

Comments
 (0)