This project is a simple Tic Tac Toe Web application built using HTML, CSS, and Javascript. The application allows users to play the classic game of Tic Tac Toe against each other or an AI oppenent. The goal is to get three markers in a row(horizontally, vertically, or diagonally) to win the game.
- Interactive gameplay between two players or against an AI
- Tracking of game state and player moves
- Check for winning conditions and draw scenarios
- Reset the game after a match
- **HTML:**Structure of the web application
- **CSS:**Styling and layout
- Javascript: Game logic and interactivity