Tic-Tac-Toe
A classic tic-tac-toe game built with HTML, CSS, and JavaScript.
Game Screenshots
Project Overview
This is a simple browser-based Tic Tac Toe game built with HTML, CSS, and JavaScript. Players enter their names and choose their characters (X or O) before starting the game. The player names and characters are saved in local storage. The game displays whose turn it is, updates the board in real-time, and shows the result when someone wins, it's a draw, or it's a tie.
Key Features
- Classic Tic Tac Toe gameplay
- Two players enter their names
- Players choose X or O
- Stores names and characters in local storage
- Displays whose turn it is
- Shows win, draw, or tie result
- Responsive design for all devices
- Simple, clean user interface