๐ nimble-rust ๐
Welcome to the nimble-rust crate! This combined crate brings together the core components of the Nimble ecosystem for building deterministic game simulations.
๐ฎ Whatโs Inside?
- nimble-client: The nimble client for receiving and sending game state updates.
- nimble-host: The nimble host for authoritative game state management.
- nimble-step: Step through game states or player actions in a deterministic simulation.
- nimble-step-map: A step map for managing game steps across participants.
- nimble-sample-game: A sample game type for testing and quick development.
- nimble-sample-step: Sample steps for easy testing and customization.
- nimble-wrapped-step: Wrapped steps for serialization and deserialization.
๐ฆ Installation
To include nimble-rust in your project, add the following to your Cargo.toml:
[]
= "0.0.14-dev"