playdate-scoreboards

Crates.ioplaydate-scoreboards
lib.rsplaydate-scoreboards
version0.1.3
sourcesrc
created_at2023-09-10 16:34:38.609467
updated_at2024-07-13 08:14:07.328057
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,847
Alexander Koz. (boozook)

documentation

README

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.

Commit count: 445

cargo fmt