We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80d89ae commit 1ae4f8eCopy full SHA for 1ae4f8e
1 file changed
README.md
@@ -1,13 +1,18 @@
1
# TicTacToe Game
2
+## Run
3
+```powershell
4
+python TicTacToeGame.py
5
+```
6
7
### **PvP TicTacToe battle**
8
-<img src="Screenshot0.png" alt="Screenshot" width="450" />
9
+<img src="Screenshot0.png" alt="Screenshot" width="400" />
10
11
The pattern on the right side tells you the corresponding number for each slot.
12
-<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_
18
-### **Future plans:**
-- Opponent AI Player
-- Difficulty levels
0 commit comments