nimble-step-types

Crates.ionimble-step-types
lib.rsnimble-step-types
version0.0.12-dev
sourcesrc
created_at2024-09-23 08:28:08.362642
updated_at2024-09-23 14:20:29.798146
descriptionNimble Step Types
homepage
repositoryhttps://github.com/nimble-rust/nimble
max_upload_size
id1383723
size2,124
Peter Bjorklund (piot)

documentation

README

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.
Commit count: 151

cargo fmt