This is a command-line tic-tac-toe (X-O) game developed in Python using the Rich library. The game allows you to play against a computer opponent.
- Play tic-tac-toe against a computer opponent.
- A user-friendly and colorful CLI interface powered by the Rich library.
-
Clone the repository:
git clone https://github.com/pyLover2050/X-O-game.git
-
Navigate to the project directory:
cd X-O-game
-
Install the required dependencies using pip:
pip install -r requirements.txt
Run the game by executing the following command:
python main.py