A text-based version of the Tic Tac Toe game built with Python.
This is a simple text-based implementation of the classic Tic Tac Toe game using Python. The game allows two players to play against each other on the command line interface.
-
Clone this repository to your local machine:
git clone https://github.com/alexkanavos/tic-tac-toe.git
-
Navigate to the project directory:
cd tic-tac-toe
-
Install the required dependencies using pip:
pip install -r requirements.txt
To start the game, run the following command:
python3 main.py
Follow the on-screen instructions to play the game. Players will take turns inputting their moves by specifying the row and column of their desired move. The game will display the current state of the board after each move and will declare the winner when appropriate.
Contributions are welcome! If you'd like to contribute to this project, feel free to fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License.