nimble-host-logic

Crates.ionimble-host-logic
lib.rsnimble-host-logic
version0.0.17-dev
sourcesrc
created_at2024-10-16 09:45:05.557958
updated_at2024-10-24 10:27:18.720354
descriptionNimble Host
homepage
repositoryhttps://github.com/nimble-rust/nimble
max_upload_size
id1411583
size44,871
Peter Bjorklund (piot)

documentation

README

🏎️ Nimble Host Logic

Crates.io Documentation

Nimble Host Logic is a robust and efficient Rust crate designed to manage game host connections, sessions, and client commands for real-time multiplayer games.

✨ Features

  • Connection Management: Easily create, retrieve, and destroy client connections.
  • Session Handling: Manage game sessions, including player states and game progression.
  • Message Processing: Handle a variety of client messages to update game state effectively.
  • Deterministic Simulation: Ensure consistent game state across all clients with deterministic simulation versions.

📦 Installation

Add nimble-host-logic to your Cargo.toml:

[dependencies]
nimble-host-logic = "0.0.17-dev"

License

This project is licensed under the MIT License - see the LICENSE file for details.

Commit count: 151

cargo fmt