Run on Replit.com - tic_tac_toe - Replit
This is a simple tic-tac-toe game that can be played by two-human players!
- On starting the program you're greeted and the Player 1 is asked to choose either X or O
- Then the game process and randomly chooses between the players on who will start
- An empty board is displayed where the user can input in the following manner:
= | = | = |
---|---|---|
7 | 8 | 9 |
4 | 5 | 6 |
1 | 2 | 3 |
- Have fun playing!
This project was made as a fun practice project during my Python learning course. I hope you guys like it. Do report any bugs or suggestions!