mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-14 20:21:09 +02:00
docs(mana-games): add to root CLAUDE.md and docker-compose.macmini.yml
Document mana-games and other games in root CLAUDE.md project tables. Add mana-games-web service to docker-compose for Mac Mini deployment on port 5210. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
cfe3fc422e
commit
2b448419ba
2 changed files with 112 additions and 5 deletions
14
CLAUDE.md
14
CLAUDE.md
|
|
@ -58,6 +58,15 @@ For comprehensive guidelines on code patterns and conventions, see the `.claude/
|
|||
| **calc** | Calculator & converter | Web |
|
||||
| **playground** | LLM playground | Web |
|
||||
|
||||
### Games (`games/`)
|
||||
|
||||
| Game | Description | Tech |
|
||||
|------|-------------|------|
|
||||
| **mana-games** | AI browser games platform (22+ games) | SvelteKit, NestJS, Gemini/Claude/GPT |
|
||||
| **voxelava** | Voxel game | SvelteKit |
|
||||
| **whopixels** | Phaser.js pixel game | Phaser, JavaScript |
|
||||
| **worldream** | World exploration game | SvelteKit |
|
||||
|
||||
### Archived Projects (`apps-archived/`)
|
||||
|
||||
Currently empty. To archive a project, move it from `apps/` to `apps-archived/` (excluded from workspace).
|
||||
|
|
@ -144,7 +153,10 @@ manacore-monorepo/
|
|||
│ ├── uload/
|
||||
│ └── wisekeep/
|
||||
├── games/ # Game projects
|
||||
│ └── {game-name}/ # Individual games
|
||||
│ ├── mana-games/ # AI browser games platform (SvelteKit + NestJS)
|
||||
│ ├── voxelava/ # Voxel game
|
||||
│ ├── whopixels/ # Phaser.js pixel game
|
||||
│ └── worldream/ # World exploration game
|
||||
├── services/ # Standalone microservices
|
||||
│ ├── mana-auth/ # Central auth (Hono + Bun + Better Auth)
|
||||
│ ├── mana-auth/ # Central auth rewrite (Hono + Bun + Better Auth)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue