A simple tic-tac-toe game with a computer AI and a GUI with the help of PyQt5 library.
Run the following command in your terminal:
git clone https://github.com/AnshGaikwad/Tic-Tac-Toe.git
You can run the setup.py
by which all the modules will be downloaded automatically by pip:
python setup.py
Or you can do it manually by executing the following commands:
pip install PyQt5
pip install pyttsx3
pip install webbrowser
Run the following code in your terminal:
python play.py
- Voice Assistant
- User-Friendly GUI
- Two types of Modes
- An Unbeatable Computer AI
- Shortcuts Added for easy usage