An open API service indexing awesome lists of open source software.

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.

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!