This is a simple Tic Tac Toe game made with Flutter. It has 2 player and AI feature. The AI is made with the help of Minimax and Alpha-Beta pruning algorithm.
Android | iOS | Web | MacOS | Linux | Windows |
---|---|---|---|---|---|
✔️ | ✔️ | ✔️ | ✔️ | ✔️ | ✔️ |
- 2 Player
- AI (Minimax and Alpha-Beta pruning)
- Scoreboard
- Reset
- Restart
- Dark Mode
- Flutter
- Android Studio / Xcode
- Clone the repo
git clone
- Install dependencies
dart pub get
- Run the app
flutter run
Contributions, issues and feature requests are welcome!
This project is licensed under the MIT License - see the LICENSE file for details
Shokhrukhbek Yuldoshev
- Github: @ShokhrukhbekYuldoshev
- Email: @shokhrukhbekdev@gmail.com
Give a ⭐️ if you like this project!