2b10deba5dd92cdc9c2a3854c1b94f03da7280ec
- TaskType별 애니메이션 (전투, 마을, 걷기) - 몬스터 카테고리별 전투 애니메이션 (7종) - 특수 애니메이션 (레벨업, 퀘스트 완료, Act 완료) - 색상 테마 옵션 (green, amber, white, system) - 테마 설정 SharedPreferences 저장 - 프로그레스 바를 상단으로 이동
Ascii Never Die
Offline Flutter rebuild of Progress Quest 6.4 (single-player only). Network features are stripped; all game data and saves live locally.
Layout
lib/src/features/front/– temporary front screen shell to hang the upcoming flow on.doc/progress-quest-flutter-plan.md– working plan/notes for the port.example/pq/– original Delphi source/assets (reference only, not built).
Run
flutter pub get
flutter run
Use any supported platform (-d macos, -d chrome, etc.); multi-platform scaffolding is enabled.
Checks
Run from repo root before handoff:
dart format --set-exit-if-changed .
flutter analyze
flutter test
Description
Languages
Dart
92%
HTML
5.7%
C++
1.1%
CMake
0.9%
Ruby
0.1%
Other
0.1%