An open API service indexing awesome lists of open source software.

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

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 |