8 releases

0.1.6 Feb 14, 2025
0.1.5 Feb 5, 2025
0.1.4 Jan 31, 2025
0.1.3 Jul 13, 2024
0.0.0 Sep 10, 2023

#2497 in Game dev

Download history 10/week @ 2024-11-18 3/week @ 2024-11-25 4/week @ 2024-12-02 8/week @ 2024-12-09 7/week @ 2024-12-16 138/week @ 2025-01-27 189/week @ 2025-02-03 153/week @ 2025-02-10 81/week @ 2025-02-17 55/week @ 2025-02-24 38/week @ 2025-03-03

335 downloads per month
Used in playdate

MIT/Apache

26MB
407K SLoC

Scoreboards API for PlayDate

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

Usage

use playdate_scoreboards::*;
use playdate_sys::println;

let scoreboards = Scoreboards::Cached();

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

This software is not sponsored or supported by Panic.


lib.rs:

Playdate Scoreboards API.

Wraps C-API. Official documentation.

Dependencies