Welcome to the Tic Tac Toe Game! This project is a classic implementation of the Tic Tac Toe game using Python. It's a simple, fun game that you can play with a friend, or you can enhance it by adding AI for a single-player experience.
- Two-player mode: Play with a friend locally on the same machine.
- Interactive CLI: A simple command-line interface for easy gameplay.
- Win/Draw Detection: Automatically detects when a player wins or if the game ends in a draw.
- Easy to extend: The codebase is easy to modify if you want to add new features, such as AI.
-
Clone the repository:
git clone https://github.com/fernandonpa/TIC_TAC_TOE---GAME.git cd TIC_TAC_TOE---GAME