A relaxing puzzle game where you connect colorful dots to light up Lumo the lantern. Draw paths between matching colored nodes without crossing other paths to complete each level.
flutter pub get to install dependenciesflutter run to start the app in debug mode# Build APK
flutter build apk --release
# Build App Bundle (for Play Store)
flutter build appbundle --release
lib/
app.dart - Main app widget and navigation
main.dart - Entry point
core/
constants/ - Game constants, colors
utils/ - Grid utilities
data/
models/ - Data models (Level, Node, Chapter, etc.)
repositories/ - Progress repository
services/ - Audio and local storage services
game/
circuit_game.dart - Main Flame game class
components/ - Game components (nodes, paths, obstacles)
logic/ - Puzzle generator, path validator, energy calculator
screens/ - UI screens (menu, game, settings, etc.)
1.0.0
This project is proprietary software. All rights reserved.