nimble-host-logic 0.0.14-dev

Nimble Host
Documentation
# 🏎️ Nimble Host Logic

[![Crates.io](https://img.shields.io/crates/nimble-host-logic)](https://crates.io/crates/nimble-host-logic)
[![Documentation](https://docs.rs/nimble-host-logic/badge.svg)](https://docs.rs/nimble-host-logic)

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. Whether you’re building a fast-paced action game or a strategic multiplayer
experience, Nimble Host Logic provides the essential tools to handle the server-side game logic seamlessly.

## ✨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:

```toml
[dependencies]
nimble-host-logic = "0.0.14-dev"
```