Tic-Tac-Toe

Source code: https://github.com/gofhilman/tic-tac-toe
A simple implementation of the classic Tic-Tac-Toe game. The game allows two players to compete against each other by taking turns to mark spaces in a 3x3 grid. The player who succeeds in placing three of their marks in a horizontal, vertical, or diagonal row wins the game.
Features
- Player Name Input: Players can input their names before starting the game.
- Dynamic Turn Display: The game dynamically displays whose turn it is.
- Win and Draw Detection: The game detects and announces the winner or if the game ends in a draw.
- Interactive UI: Players can click on the grid to make their moves, and the game updates in real-time.
- Reset Functionality: Players can reset the game and start a new round easily.