5 releases

0.0.12-dev Sep 23, 2024
0.0.11-dev Sep 23, 2024
0.0.10 Sep 23, 2024
0.0.2 Sep 23, 2024
0.0.1 Sep 23, 2024

#22 in #game-state

Download history 475/week @ 2024-09-23 19/week @ 2024-09-30

494 downloads per month
Used in 6 crates (5 directly)

MIT license

3KB

nimble-step-types

nimble-step-types is a Rust library that provides types to represent steps (moves or inputs) in deterministic game simulations. These types are designed to help manage both authoritative and predicted steps from participants in multiplayer games, making it easier to handle game state synchronization.

Features

  • Authoritative Steps: Stores validated game moves from participants.
  • Predicted Steps: Manages locally predicted moves for smoother gameplay experience.

Dependencies

~24KB