문서 수정: 프로젝트 명명 규칙 추가 및 관련 정보 업데이트
This commit is contained in:
@@ -6,6 +6,12 @@
|
||||
- Legacy data under `legacy/` is for migration only; once DB migration is complete,
|
||||
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
|
||||
- `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`).
|
||||
|
||||
@@ -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
|
||||
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
|
||||
|
||||
- Legacy runtime: PHP entry points under `legacy/` and `legacy/hwe/`
|
||||
|
||||
Reference in New Issue
Block a user