Tic Tac Toe project offers a game of Tic Tac Toe with two distinct modes. In the first mode, you can challenge an AI opponent that employs the Minimax algorithm, making it nearly unbeatable. The second mode is designed for playing against a friend. Additionally, the game features a scoring system and a user-friendly interface, ensuring a pleasant and convenient gaming experience.
To get started with the game, follow these steps:
-
Clone the repository to your local machine.
git clone https://github.com/srbmaury/tic-tac-toe.git -
Change the directory
cd tic-tac-toe -
Open the folder in VS Code.
code . -
Run the project with live server located at the bottom right corner of the project.
-
Enjoy playing Tic Tac Toe!
- Single-player mode with an unbeatable AI opponent.
- Multiplayer mode for playing with a friend.
- Scoring system to keep track of your performance.
- User-friendly interface for seamless gameplay.
We welcome contributions! If you'd like to contribute to this project, please read our Contributing Guidelines for instructions on how to get started.
This project is licensed under the MIT License.
If you have any questions or need assistance, feel free to contact us at srbmaury@gmail.com.
Happy gaming!
