0216eb1261079ef52f782fe4b6c1ac029acb8a8f
- game_text_l10n.dart: BuildContext 없이 사용할 수 있는 게임 텍스트 l10n 파일 생성 - progress_service.dart: 프롤로그/태스크 캡션 l10n 함수 사용으로 변경 - pq_logic.dart: 퀘스트/시네마틱/몬스터 수식어 l10n 함수 사용으로 변경 번역 적용 범위: - 프롤로그 텍스트 (4개) - 태스크 캡션 (컴파일, 이동, 디버깅, 판매 등) - 퀘스트 캡션 (패치, 찾기, 전송, 다운로드, 안정화) - 시네마틱 텍스트 (캐시 존, 전투, 배신 시나리오) - 몬스터 수식어 (sick, young, big, special 등 모든 수식어) - 시간 표시 (초, 분, 시간, 일) - impressiveGuy, namedMonster 패턴
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%