Expand description
User-defined “generic” games: a configurable GamePlugin driven by a
TOML spec::GameSpec, plus loading/managing those user specs from disk.
Modules§
- loader
- Loads user-defined games from TOML specs in modde’s data directory,
validating and deduplicating each
GameSpecbefore turning it into aGenericGame-backedGameRegistrationfor the game registry. - manage
- Managing user-defined game specs on disk: add, remove, read, and detect candidate install directories.
- spec
- TOML specification for user-defined generic games and its validation.
Structs§
- Generic
Game - A generic game with loose file drop support.