| Crates.io | nimble-protocol |
| lib.rs | nimble-protocol |
| version | 0.0.17-dev |
| created_at | 2024-09-23 10:06:15.280817+00 |
| updated_at | 2024-10-24 10:26:45.185563+00 |
| description | Nimble Protocol |
| homepage | |
| repository | https://github.com/nimble-rust/protocol |
| max_upload_size | |
| id | 1383828 |
| size | 56,529 |
Nimble Protocol is a lightweight, deterministic simulation protocol designed for networked games. It supports connecting clients to a host, downloading game state, and synchronizing predicted inputs (steps) with authoritative decisions. The protocol ensures that all participants in a game session stay in sync by sending and receiving the necessary messages. đšī¸
Add nimble-protocol to your Cargo.toml:
[dependencies]
nimble-protocol = "0.0.17-dev"
This project is licensed under the MIT License - see the LICENSE file for details.