Modules§
- This module contains code that is commonly needed by runtime implementations for various platforms, its not intended to be used for other purposes.
- Standard serialization encoding for the project
Structs§
- Arguments passed for each draw of the game
- Holds information about the Game
- Arguments passed for each audio render of the game
- Arguments passed for each step of the game
Traits§
- The core trait used by Romy, games need to implement this. Romy will use these methods to run the game.