A console game of Tic-Tac-Toe
git clone https://github.com/snehangsude/Tic_Tac_Toe.git
cd Tic_Tac_Toe
python main.py
git clone https://github.com/snehangsude/Tic_Tac_Toe.git
cd Tic_Tac_Toe
python3 main.py
- Placement numbers
- Game Console
- Run the application using the Installation section
- The Grid would be created and the placement numbers are displayed on the top prior to the game
- Currently, it's a 1-Player Vs Computer
- Plans to improve the Computer's choice of input
- Setting difficulty levels to the game
- Improve the choice of playing with Computer or 2-Players