GameCN
Components

Scoreboard

GameCN registry component for RPG/action interfaces.

Scoreboard

scoreboard

CompetitiveBetacomponent

A match scoreboard with ranks, scores, assists, defeats, and movement states.

npx shadcn@latest add @gamecn/scoreboard
Live Preview
Rendered with the component style selected in the top-right selector.
Frame
Scale100%

Ashline Arena

#1

Ivara

12 defeats / 7 assists

1840
#2

Tarin

9 defeats / 11 assists

1670
#3

Moro

6 defeats / 16 assists

1515
Examples
Basic setup, game-state usage, and customization paths.

Basic

Install Scoreboard and render it with the default GameCN treatment.

npx shadcn@latest add @gamecn/scoreboard
import { Scoreboard } from '@/components/ui/scoreboard'

Advanced

Use Scoreboard with richer game-state data such as variants, empty states, compact density, or critical states.

<Scoreboard
  className="max-w-md"
/>

Customization

Swap artwork, tune tokens, and wire the installed copy to your live game state.

<Scoreboard
  iconSrc="/game-assets/scoreboard.png"
/>