Crates.io | nimble-sample-game |
lib.rs | nimble-sample-game |
version | 0.0.17-dev |
source | src |
created_at | 2024-09-23 14:30:35.558727 |
updated_at | 2024-10-24 10:28:19.460567 |
description | Nimble Sample Game Types |
homepage | |
repository | https://github.com/nimble-rust/nimble |
max_upload_size | |
id | 1384161 |
size | 9,154 |
nimble-sample-game provides a simple example of a deterministic game simulation and game state for use in testing. It demonstrates how to handle authoritative and predicted game states, apply player input (steps), and integrate with the nimble crates for deterministic simulation.
To use this crate, add the following to your Cargo.toml:
[dependencies]
nimble-sample-game = "0.0.17-dev"
This project is licensed under the MIT License - see the LICENSE file for details.