Welcome to Tic-Tac-Toe! This is a simple, interactive two-player game where you can play the classic Tic-Tac-Toe with a friend and view the history of your past games.
- Two Player Gameplay: Play against a friend in a traditional 3x3 grid.
- Game History: View the results of your past games and keep track of wins, losses, and ties.
- Customizable History: Sort through previous games and see the winner.
- React: For building the user interface and managing game state.
- JavaScript: For the game logic and functionality.
- CSS: For styling the app and making it visually appealing.
This is where the game is played, and players take turns to mark X's and O's.
This screen appears when one player wins the game, displaying the result.
Here you can view the history of past games, including the results and move details.