Toe Tack Tick
A simple Tic Tac Toe game with an unbeatable AI opponent. Built using Flutter.
Features
- Play against an unbeatable AI opponent.
- Beautiful and modern user interface.
- Enjoyable sound effect and music.
- Responsive design for various screen sizes.
Screenshots
Getting Started
- 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
.
OR
- To try out the game, you can download and install the APK file from the following link: Download APK
- Make 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!
How to Play
- 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
Contributions to this project are welcome! Feel free to open issues and submit pull requests.