A fusion of classic Tic Tac Toe with chess-inspired design.
LIVE DEMO - https://chess-tictactoe.onrender.com
This interactive game project combines the strategic simplicity of Tic Tac Toe with a thematic chess interface. It demonstrates dynamic board rendering, player input handling, and game state management through clean JavaScript logic.
- Interactive 3x3 grid with chess-themed visuals
- Player turns with clear indication
- Win and draw detection with alert messages
- Reset option for continuous play
It is a TWO-PLAYER game. Click on cells to place your mark. Take turns and play (i.e. make your moves) The game will automatically detect wins or draws.
TL;DR -> It is your classic Tic-Tac-Toe with Chess pieces :)
- Clone the repository:
git clone https://github.com/bandirevanth/Chess_TicTacToe.git cd Chess_TicTacToe
Created by Bandi Revanth — blending tradition with playful innovation.