[][src]Crate romy_core

Modules

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

Structs

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

Traits

Game

The core trait used by Romy, games need to implement this. Romy will use these methods to run the game.