Welcome to the classic game of Tic-Tac-Toe! 🌟
This simple Python console game allows you to play Tic-Tac-Toe against another player or against the computer.
- Choose the number of players (1 or 2).
- Play against a friend or challenge the computer.
- Colorful display with player-specific emojis.
- Quit the game anytime with a special command.
- Python 3.x
- Colorama library (
pip install colorama
)
-
Clone this repository:
git clone https://github.com/yourusername/tic-tac-toe.git
-
Navigate to the project directory:
cd tic-tac-toe
-
Run the game:
python tic_tac_toe.py
Follow the on-screen instructions to make your moves. Input the number corresponding to the cell where you want to place your mark. Enjoy the game! 😄
This game was created as part of a Python learning project. Have fun playing, and may the best player win! 🏆