- Add MiniStarMap, NpcMarketPanel, ShipStatusPanel, useKeyboardShortcuts - Add progress bars for approach/mining operations and cargo fill indicator - Rewrite docs from spreadsheet-first to exploration-first open-world RPG - Replace dev:db + dev:standalone with unified dev script (scripts/dev.sh) - Add Vite chunk splitting for three.js and spacetimedb - Fix displayName dependency in useSpacetimeConnection - Remove stale usePlayerSession.ts - Add AGENTS.md files across all packages
19 lines
846 B
Markdown
19 lines
846 B
Markdown
# archive/ — Legacy Reference Files
|
|
|
|
Pre-monorepo static files kept for reference. Not part of the build. Not imported by any app.
|
|
|
|
## Structure
|
|
|
|
```
|
|
legacy-static/
|
|
gap-analysis.html Old gap analysis page
|
|
game-hud.html Old game HUD prototype
|
|
gdd-docs-hub.html.artifact.json GDD hub artifact
|
|
mpg7uppn-eve_like_multiplayer_prototype_design_doc.docx Original GDD document
|
|
*.png 3 concept art drawings
|
|
css/ tokens.css, base.css, components.css, layout.css
|
|
js/ Legacy vanilla JS: demos/, pages/, components/
|
|
```
|
|
|
|
These files document the project's evolution from a static HTML prototype to the current React + SpacetimeDB monorepo. Do not modify — they exist as historical reference only.
|