This is a simple Tic Tac Toe web application built using HTML, CSS, and JavaScript. It features a Minimax algorithm-powered AI that plays against the user.
- Clean and responsive UI.
- Human plays as X, AI plays as O.
- AI uses Minimax algorithm with Alpha-Beta Pruning for optimal moves.
- Reset button to restart the game anytime.
- Visual highlights for winning combinations.
- Clone or download this repository.
- Open
index.htmlin any modern web browser.
# Clone the repository
git clone https://github.com/runekernal/tic-tac-toe.git
# Navigate into the project directory
cd tic-tac-toe
# Open index.html with your browserNo additional setup or installations required!
├── index.html
├── styles
│ ├── style.css
│ └── fonts.css
├── scripts
│ └── script.js
├── fonts
├── Poppins-Regular.ttf
└── Fredoka.ttf
This project is licensed under the GNU General Public License v2.0 (GPL-2.0).
For more details, refer to the LICENSE file.