Welcome to Interactive-TicTacToe, a simple project to play TicTacToe with support for GUI, (limited) text, and (limited) speech input.
These instructions will get you a copy of the project up and running on your local machine.
Ensure you have Python 3 installed on your machine. You can download it here.
-
Clone the repository:
git clone https://github.com/gkourie/Interactive-TicTacToe.git
-
Navigate to the project directory:
cd Interactive-TicTacToe
-
Install the required dependencies:
pip install -r requirements.txt
To start the game, run the following command in your terminal:
python main.py
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
This project uses the SpeechRecognition library for speech input. SpeechRecognition is a library for performing speech recognition, with support for several engines and APIs, online and offline.
Distributed under the MIT License. See LICENSE.txt for more information.