TicTacToe provides a fun and simple game environment designed for both casual play and a challenging AI opponent.
Built to be lightweight, interactive, and entertaining.
- Single Player Mode: Play against a smart AI that features Easy and Hard difficulties (using the Minimax algorithm).
- Two Player Mode: Play against a friend on the same device offline.
- Sound Effects & Feedback: Enjoy crisp sound effects for wins, losses, ties, and general gameplay clicks.
- Responsive Layout: Adapts seamlessly across Android devices using standard XML constraints.
You can install TicTacToe either by downloading the pre-compiled APK or by building it from the source code.
- Download
TicTacToe-v1.0.1.apkfrom the Releases / Assets section. - Tap the downloaded file and allow installation from "Unknown sources" if prompted on your Android device.
- Open TicTacToe from your app drawer to start playing!
- Android Studio
- Android SDK (API 24 or higher recommended)
git clone https://github.com/Huerte/TicTacToe.git
cd TicTacToeOpen the project in Android Studio, connect your emulator or Android device, and run:
./gradlew assembleDebugOr simply click the Run button in Android Studio.
- Open the TicTacToe app on your Android device.
- Select between One Player or Two Player mode.
- If playing One Player, choose your difficulty (Easy or Hard).
- Tap the tiles to place your symbol (X or O) and try to connect three in a row!
TicTacToe/
│
├── app/src/main/java/com/example/tictactoe/ # Core logic & Activities
├── app/src/main/res/ # UI Layouts, Colors, and Sound Assets
├── build.gradle.kts # Build configuration
└── README.md
- Fork the Project
- Create a Feature Branch
- Commit Changes
- Push to Branch
- Open Pull Request
Distributed under the MIT License. See LICENSE for details.
© 2026 Huerte. All Rights Reserved.





