https://github.com/abhishek-2006/tictactoe
A premium Android edition of the classic game. Built with Flutter and featuring adaptive AI levels.
https://github.com/abhishek-2006/tictactoe
1v1 android application cpu cpu-mode dark-mode dark-theme darkmode dart flutter ios light-dark light-dark-mode light-dark-toggle light-theme player tic-tac-toe web
Last synced: about 1 month ago
JSON representation
A premium Android edition of the classic game. Built with Flutter and featuring adaptive AI levels.
- Host: GitHub
- URL: https://github.com/abhishek-2006/tictactoe
- Owner: abhishek-2006
- License: mit
- Created: 2025-06-18T11:01:35.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2026-04-04T14:35:08.000Z (2 months ago)
- Last Synced: 2026-04-04T16:57:12.259Z (2 months ago)
- Topics: 1v1, android, application, cpu, cpu-mode, dark-mode, dark-theme, darkmode, dart, flutter, ios, light-dark, light-dark-mode, light-dark-toggle, light-theme, player, tic-tac-toe, web
- Language: Dart
- Homepage:
- Size: 6 MB
- Stars: 6
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tictactoe
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.
## 🚀 Features
* 🎮 Play against **Computer**
* Easy 🟢
* Medium 🟡
* Hard 🔴
* Legend 🧠
* 👬 Play with **Friend (1v1)**
* ✨ **Real-Time Theme Sync** (Dark/Light mode)
* 🧠 Smart AI logic
* 📱 Responsive for mobile (Android/iOS)
* 🎨 Beautiful UI
* 📳 **Haptic Feedback**
* 💥 **State Management** using **Provider**
* 🌈 Custom splash screen
## 🛠️ Tech Stack
* **Flutter**
* **Dart**
* **Provider (State Management)**
* **Shared Preferences**
## ➤ Prerequisites:
- [Flutter SDK](https://flutter.dev/docs/get-started/install)
- Android Studio or VS Code with Flutter & Dart plugins
## 📦 Installation
1. Clone this repository:
```bash
git clone https://github.com/abhishek-2006/Tictactoe.git
```
2. Navigate to project directory
```bash
cd Tictactoe
```
3. Install Dependencies
```bash
flutter pub get
```
4. Run the App
```bash
flutter run
```
## Contributing
Contributions to Tic Tac Toe are welcome! To contribute, follow these steps:
1. Fork this repository
2. Create a new branch for your feature or bug fix
3. Make your changes and commit them
4. Push your changes to your forked repository
5. Submit a pull request for review
## 📄 License
Licensed under the **MIT License**. Feel free to use, modify, and distribute.
## 👨💻 Author
**Made with ❤️ by Abhishek Shah**
⭐ Give this project a star if you found it helpful!