playdate-scoreboards

Crates.ioplaydate-scoreboards
lib.rsplaydate-scoreboards
version0.1.7
created_at2023-09-10 16:34:38.609467+00
updated_at2025-03-19 17:21:44.866963+00
descriptionHigh-level Scoreboards API built on-top of Playdate API
homepagehttps://github.com/boozook/playdate
repositoryhttps://github.com/boozook/playdate.git
max_upload_size
id968906
size42,946
Alex (boozook)

documentation

README

Scoreboards API for PlayDate

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

⚠️ Prior to the version 1.0 API is unstable and can be changed without deprecation period.

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.

Commit count: 562

cargo fmt