Tic-Tac-Toe game made with python using pygame library.
It has two versions :-
- Play with Friend 🧑🏻.
- Play with AI 🤖.
Download the Python 3 installer package from the official website and install it, if not installed previously. Run the following in the terminal to install the Pygame library
$ pip install pygameDownload the source code from the repository and run the file just as any other Python script (.py) file.
$ python3 "TicTacToe.py"[ + ] Use mouse 🖱️ for playing.
[ + ] For reseting the game press R ⌨️.
[ + ] For returning to main menu press BACKSPACE ⌨️.
## 🎉 Happy Playing 🎮 😊 !!🎉
