A modern, cross-platform Tic Tac Toe game built using Flutter. Play against your friend or the computer in easy, medium, hard or legend mode.
- 🎮 Play against Computer (Easy, Medium, Hard, Legend)
- 👬 Play with Friend (1v1)
- ✨ Real-Time Theme Synchronization (Dark/Light mode updates instantly)
- 💾 Persistent Theme Preference (Saves theme locally using
shared_preferences) - 🧠 Smart AI logic
- 📱 Responsive for mobile (Android/iOS)
- 🎨 Beautiful UI
- 📳 Haptic Feedback
- 💥 State Management using Provider
- 🌈 Custom splash screen
- Flutter SDK
- Android Studio or VS Code with Flutter & Dart plugins
-
Clone this repository to your local machine:
git clone https://github.com/abhishek-2006/Tictactoe.git
-
Move to project directory
cd Tictactoe -
Get Dependencies
flutter pub get
-
Run the App
flutter run
Contributions to Tic Tac Toe are welcome! To contribute, follow these steps:
- Fork this repository
- Create a new branch for your feature or bug fix
- Make your changes and commit them
- Push your changes to your forked repository
- Submit a pull request for review
Licensed under the MIT License. Feel free to use, modify, and distribute.
Made with ❤️ by Abhishek Shah
⭐ Give this project a star if you found it helpful!