playdate-scoreboards 0.1.5

High-level Scoreboards API built on-top of Playdate API
Documentation
# Scoreboards API for PlayDate

High-level scoreboards API built on-top of [playdate-sys][].


## Usage

```rust
use playdate_scoreboards::*;
use playdate_sys::println;

let scoreboards = Scoreboards::Cached();

scoreboards.get_scoreboards(|boards| {
	           println!("{boards:?}");
           });
```


[playdate-sys]: https://crates.io/crates/playdate-sys



- - -

This software is not sponsored or supported by Panic.