e30177e788e1915b958b3f8a763c5e8b8bd553ed
- 게임 제목을 'ASCII NEVER DIE'로 통일 (모든 ARB 파일, app.dart) - 미성년 관련 몬스터 수식어를 RPG에 적합하게 변경: - foetal → primordial (원시) - baby → immature (미숙한) - preadolescent → growing (성장 중인) - teenage → young (어린) - underage → inexperienced (경험 부족) - 테스트 파일 업데이트 (새 제목에 맞춤)
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%