A Tic Tac Toe game developed with Kotlin and Jetpack Compose for Android.
Play against your friend in an intuitive and clean interface. Built as a fun project to explore
modern Android development!
- Player vs Player mode (local)
- Player vs AI
- 3 different difficulties for AI
- Clean and minimal UI using Jetpack Compose
- Localization Support
- Kotlin Programming Language
- Jetpack Compose UI Toolkit
- Navigation with Compose Navigation
- Dependency Injection with Hilt
- HTTP Client with Retrofit
- Product Flavors for Myket and Bazaar
Main Screen | VS AI Mode | VS Friend (1) | VS Friend (2) | Game Over |
---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
![]() |
You can download this game from links below :
This project is licensed under the GNU Affero General Public License v3.0 (AGPLv3).
Read the full license in the LICENSE file.
In summary:
- You can use, study, and modify the code.
- If you run it as a public service (e.g., a game on a website), you must share the full source code.
- You cannot close-source or commercially repackage the project.