https://github.com/cleancut/bevy_scoreboard
A very simple scoreboard plugin for Bevy
https://github.com/cleancut/bevy_scoreboard
Last synced: 10 months ago
JSON representation
A very simple scoreboard plugin for Bevy
- Host: GitHub
- URL: https://github.com/cleancut/bevy_scoreboard
- Owner: CleanCut
- Created: 2024-08-06T23:35:44.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-10T17:04:17.000Z (10 months ago)
- Last Synced: 2025-04-23T15:14:38.790Z (10 months ago)
- Language: Rust
- Size: 398 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: license/APACHE
Awesome Lists containing this project
README
# bevy_scoreboard
A bevy plugin that adds simple plugin functionality to a game.
# Example
See the [scoreboard example](./examples/scoreboard.rs) in the `examples` subdirectory, or clone this repository and run `cargo run -r --example scoreboard`.
# Compatibility
|bevy_scoreboard version|Bevy version|
|---|---|
| 0.1.x | 0.14 |