https://tic-tac-toe-react-vk.netlify.app/
- Player Turn: Players take turns marking a space on the grid.
- Valid Moves: A player can only mark an empty space on the grid.
- Winning Conditions: A player wins when they get three of their symbols in a row, either horizontally, vertically, or diagonally.
- Draw: If all of the spaces are filled and no player has won, the game is a draw.