This is a Tic-Tac-Toe game built with Flutter, supporting iOS, Android, and Web platforms. The game comes with a dark theme and cool animations to enhance the user experience.
- Play Tic-Tac-Toe against another player
- Dark theme for a visually appealing experience
- Smooth animations to make the game more engaging
tic_tac_toe_game_play.mp4
Light Theme | Dark Theme |
![]() |
![]() |
-
Make sure you have Flutter installed. If not, follow the official installation guide here.
-
Clone the repository:
git clone [email protected]:Jaineel-Mamtora/Tic-Tac-Toe.git cd Tic-Tac-Toe
-
Install the dependencies:
flutter pub get
-
Run the app:
flutter run
-
Launch the app on your device.
-
You'll see the game board with a 3x3 grid.
-
Tap on any empty cell to place your X or O, taking turns with the other player.
-
The first player to get three of their symbols in a row (horizontally, vertically, or diagonally) wins the game.
-
If all cells are filled and no player has three in a row, the game ends in a draw.
Contributions are welcome! If you find any bugs or have suggestions for improvements, please open an issue or submit a pull request.
MIT License. See the MIT-LICENSE file for details.
The Tic-Tac-Toe game was created by Jaineel Mamtora.
- Thanks to the Flutter team for providing an awesome framework to build cross-platform apps.
Feel free to use this README.md template for your own Flutter projects! Happy coding! 🚀