Crate romy_core
Source - input
- output
- runtime
- This module contains code that is commonly needed by runtime implementations for various
platforms, its not intended to be used for other purposes.
- serial
- Standard serialization encoding for the project
- DrawArguments
- Arguments passed for each draw of the game
- Info
- Holds information about the Game
- InputArguments
- PlayerInputArguments
- RenderAudioArguments
- Arguments passed for each audio render of the game
- StepArguments
- Arguments passed for each step of the game
- Game
- The core trait used by Romy, games need to implement this. Romy will use these methods to run
the game.