Skip to content

Commit 1ae4f8e

Browse files
authored
Update README.md
1 parent 80d89ae commit 1ae4f8e

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# TicTacToe Game
2+
## Run
3+
```powershell
4+
python TicTacToeGame.py
5+
```
26

37
### **PvP TicTacToe battle**
48

5-
<img src="Screenshot0.png" alt="Screenshot" width="450" />
9+
<img src="Screenshot0.png" alt="Screenshot" width="400" />
610

711
The pattern on the right side tells you the corresponding number for each slot.
812

9-
<img src="Screenshot1.png" alt="Screenshot" width="450" />
13+
<img src="Screenshot1.png" alt="Screenshot" width="400" />
14+
15+
### **_Future plans:_**
16+
- _Opponent AI Player_
17+
- _Difficulty levels_
1018

11-
### **Future plans:**
12-
- Opponent AI Player
13-
- Difficulty levels

0 commit comments

Comments
 (0)