This is a simple implementation of the classic Tic Tac Toe game in JavaScript. You can play against another player.
You can try out the game online here https://pranav-94.github.io/Tic-Tac-Toe/ .
- Simple and intuitive user interface.
- Responsive design for mobile and desktop.
- Prevents invalid moves.