Loading repository data…
Loading repository data…
Rasesh2005 / repository
Artificial Intelligence based Tic Tac Toe made as a website in html, css and vanilla javascript
An AI-powered Tic-Tac-Toe game built using HTML, CSS, and JavaScript. Challenge yourself against an intelligent opponent that employs strategic moves to win or draw every game.
Play the game online: https://rasesh2005.github.io/AI-Tic-Tac-Toe-Website/
MiniMax algorithm to ensure it never loses.Clone the Repository:
git clone https://github.com/Rasesh2005/AI-Tic-Tac-Toe-Website.git
Navigate to the Project Directory:
cd AI-Tic-Tac-Toe-Website
Open the Game in Your Browser:
index.html file.AI-Tic-Tac-Toe-Website/
├── index.html # Main HTML file
├── style.css # CSS styles
├── index.js # JavaScript game logic