This repository contains a Tic-Tac-Toe game implemented using the min-max algorithm and alpha-beta pruning technique. The game allows players to compete against an unbeatable AI opponent.
- Play against the computer with an unbeatable AI using the min-max algorithm.
- Visualize the game board in a user-friendly manner.
- Implement the best strategy to win or force a draw against the AI.
- HTML
- CSS
- JavaScript
- Clone the repository to your local machine.
- Open the
index.html
file in a web browser. - Follow the on-screen instructions to play the game.
- Enjoy!
Feel free to customize the content based on your specific project and requirements. Include any additional sections or information that you feel would be relevant to users accessing your project's repository.