This project is a web-based implementation of the classic Tic-Tac-Toe game using React. The game allows two players to take turns marking spaces on a 3x3 grid, aiming to be the first to form a horizontal, vertical, or diagonal line of their symbol (X or O). The game features dynamic player names and a log of moves. It uses a functional approach to manage game state and determine the winner, providing an engaging and interactive experience for players.
- Dynamic player names
- Interactive game board
- Move log for tracking game progress
- Restart functionality for a new game
- React
- JavaScript (ES6+)
- HTML/CSS
React JavaScript (ES6+) HTML/CSS