4 releases

new 0.0.14-dev Oct 16, 2024
0.0.13-dev Sep 23, 2024
0.0.12-dev Sep 23, 2024
0.0.11-dev Sep 23, 2024

#7 in #nimble

Download history 374/week @ 2024-09-19 81/week @ 2024-09-26 12/week @ 2024-10-03

467 downloads per month

MIT license

73KB
954 lines

🌟 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:

[dependencies]
nimble-rust = "0.0.14-dev"

Dependencies

~575KB