문서 수정: 프로젝트 명명 규칙 추가 및 관련 정보 업데이트

This commit is contained in:
2025-12-27 03:30:48 +00:00
parent 934ed286a6
commit ef07f7f7d7
2 changed files with 13 additions and 0 deletions
+6
View File
@@ -6,6 +6,12 @@
- Legacy data under `legacy/` is for migration only; once DB migration is complete, - Legacy data under `legacy/` is for migration only; once DB migration is complete,
the runtime will no longer depend on legacy data. the runtime will no longer depend on legacy data.
## Project Naming
- Official name: 삼국지 모의전투 HiDCHe
- Common nicknames: 삼모, 삼모전, 힏체섭
- Short forms in code/docs: sammo, hidche
- TypeScript rewrite working name: sammo-ts
## Project Structure & Module Organization ## Project Structure & Module Organization
- `legacy/` contains the application source. This is the active codebase. - `legacy/` contains the application source. This is the active codebase.
- PHP entry points live under `legacy/` and `legacy/hwe/` (for example `legacy/index.php`, `legacy/hwe/index.php`). - PHP entry points live under `legacy/` and `legacy/hwe/` (for example `legacy/index.php`, `legacy/hwe/index.php`).
+7
View File
@@ -4,6 +4,13 @@ This repository contains both the active legacy PHP game and an in-progress
TypeScript rewrite. The legacy engine remains the source of truth while the TypeScript rewrite. The legacy engine remains the source of truth while the
monorepo plan is prepared alongside it. monorepo plan is prepared alongside it.
## Project Naming
- Official name: 삼국지 모의전투 HiDCHe
- Common nicknames: 삼모, 삼모전, 힏체섭
- Short forms in code/docs: sammo, hidche
- TypeScript rewrite working name: sammo-ts
## Layers ## Layers
- Legacy runtime: PHP entry points under `legacy/` and `legacy/hwe/` - Legacy runtime: PHP entry points under `legacy/` and `legacy/hwe/`