# Metaplay Technical Documentation This is the LLM-optimized technical reference for the Metaplay SDK. ## Available Content ### /docs - Documentation All technical documentation for the Metaplay SDK as markdown files. Access `/docs/index.md` for a list of all documents. ### /sdk - SDK Source Code Full source code of the Metaplay SDK. - **Backend/** - C# server framework and core systems - **Client/** - Unity client SDK and networking - **Frontend/** - LiveOps Dashboard and reusable JS modules (Vue/TypeScript) - **Plugins/** - Platform integrations Access `/sdk/index.md` for a file tree. ### /samples - Sample Projects Sample projects demonstrating SDK usage patterns. - **HelloWorld/** - Minimal starter template - **HelloNFT/** - Minimal starter template with NFT support - **Idler/** - Full-featured idle game - **Wordle/** - Word game with daily challenges - **orca/** - Full merge-2 mobile game (from github.com/metaplay-shared/orca) Access `/samples/index.md` for a file tree. ## Usage - Use ripgrep (/rg) to search across all content - Use glob (/glob) to find files by pattern - Read individual files by their full file path (e.g. `/docs/index.md`)