A simple Tic Tac Toe game with an unbeatable AI opponent. Built using Flutter.
- Play against an unbeatable AI opponent.
- Beautiful and modern user interface.
- Enjoyable sound effect and music.
- Responsive design for various screen sizes.
-
Clone this repository.
-
Make sure you have Flutter installed on your machine.
-
Navigate to the project directory and run
flutter pub get
to install dependencies. -
Run the app using
flutter run
.To try out the game, you can download and install the APK file from the following link:
Download APKMake sure to enable installation from unknown sources on your device before installing the APK.
Once the APK is installed, you can open the game and start playing!
- Launch the app and choose your mark (X or O).
- Make your moves by tapping on the empty cells on the board.
- Try to form a line of your marks (horizontal, vertical, or diagonal) to win the game.
Contributions to this project are welcome! Feel free to open issues and submit pull requests.