The following structure is expected by the framework.
.
└── src/
├── card/ # containing cards (OPTIONAL in future)
└── generated.ts # OPTIONAL
├── GameRecipe.ts
├── message-type/ # OPTIONAL, message types available
└── meta/
├── banner.jpg # gamebanner
├── icon.svg
└── Metadata.ts # exporting GameMetadata instanceDirectory of files, each providing a default export of a Card instance.
It could contain a generated.ts file default-exporting a list of programmatically generated files.
Optional folder for message types available in GameApi.
Fallback: ...