A complete, ready-to-publish Android puzzle game with 600 levels, AdMob ads, daily challenges, achievements, and a full reskin guide.
Single Line Block Fill is a polished, production-ready Android puzzle game built with Jetpack Compose. Players draw a single continuous line to fill every tile on the grid—simple to learn, endlessly challenging to master.
With 600 hand-crafted levels across 10 themed worlds, a full coin economy, power-ups, daily challenges, and achievements, this is a complete game—not a prototype. Buy it, reskin it in under an hour, and publish it to the Play Store.
// ← CHANGE THIS| Platform | Android |
| Language | Kotlin (100%) |
| UI Framework | Jetpack Compose |
| Min SDK | API 26 (Android 8.0) |
| Target SDK | API 35 (Android 15) |
| Architecture | MVVM + Repository |
| Persistence | DataStore (Preferences) |
| Serialization | Gson |
| Ads SDK | Google AdMob (Google Mobile Ads 23.x) |
| Build System | Gradle (Kotlin DSL) |
| IDE | Android Studio |
Project Structure (High-level)
SingleLineBlock/ ├── app/src/main/ │ ├── java/com/example/singlelineblock/ │ │ ├── config/ AppConfig.kt (centralized reskin config) │ │ ├── engine/ GameEngine.kt, HintSystem.kt │ │ ├── ads/ AdManager.kt │ │ ├── audio/ AudioManager.kt │ │ ├── core/ GameServices.kt │ │ ├── data/ GameRepository.kt, EconomyManager.kt, │ │ │ LevelLoader.kt, LevelCatalog.kt, │ │ │ DailyChallengeManager.kt │ │ ├── model/ All data models (fully documented) │ │ ├── viewmodel/ 10 ViewModels (fully documented) │ │ └── ui/ All screens, components, navigation, theme │ └── assets/levels/ 600 levels in JSON format (10 world packs) ├── RESKIN_MANUAL.md Step-by-step buyer guide AppConfig.kt — update app name, support email, and website URLsapplicationId in build.gradle.ktsFull step-by-step instructions are included in RESKIN_MANUAL.md.
This item includes 6 months of item support as per CodeCanyon policy. For support requests, please use the CodeCanyon comments section or contact via the support email provided in your purchase.
Support includes:
Support does not include:
0 average based on 0 ratings.
| Last Update | 2026-02-24 |
| Created | 2026-02-24 |
| Sales | 1 |
| Discussion | Comments |
| Software Version | Kotlin 1.x Android 15.0 Android 12.0 Android 11.0 Android 10.0 Other |
| Files Included | .apk .java |
| Video Preview Resolution | 1080x1920 |