Fork channel

Create a new channel as a copy of main.

Rename channel

Rename main to:

Delete channel

Delete main? This cannot be undone.

mode name
drwxr-xr-x examples/
drwxr-xr-x src/
-rw-r--r-- Cargo.toml
-rw-r--r-- README.md
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.