This repository contains a simple terminal-based implementation of the Tic-Tac-Toe game written in Python.
The main Python script is Tic-Tac-Toe.py
, which implements the game logic (still need to probably add a UI at some point).
To play the Tic-Tac-Toe game, run the Tic-Tac-Toe.py
script using Python. Follow the on-screen instructions to make moves and play against another player.
-
Clone the repository:
git clone https://github.com/pestopasta74/Tic-Tac-Toe.git
-
Navigate to the repository directory:
cd Tic-Tac-Toe
-
Run the game script:
python Tic-Tac-Toe.py
- Preston Whiteman (@pestopasta74)
This project is licensed under the MIT License.