Welcome to the Tic Tac Toe Game! This is a classic two-player game where players take turns marking spaces in a 3x3 grid. The objective is to form a horizontal, vertical, or diagonal line of your symbol (X or O) before your opponent does.
- Play against a friend.
- Multiplayer mode with real-time gameplay using web sockets.
- Interactive grid with a user-friendly interface.
- Keep track of scores.
- Clone this repository to your local machine.
- Choose create game.
- On the other device choose join game and enter the game.
- Aim to get three of your symbols in a row to win!
- Flutter for the game interface.
- Socket.io for enabling real-time multiplayer mode.