A web GUI based TicTacToe game created using HTML CSS and JS
- Player 1 (X) starts the game
- Click on the grid that you want to choose
- Player 2 chooses their choice
- The game will continue until one of the condition occurs (Win, lose or draw)
- The result will be displayed on the screen.
- HTML
- CSS
- JavaScript
index.html
: Main HTML file.style.css
: CSS styles for the game.script.js
: JavaScript code for game logic.