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/scoreboardLive Preview
Rendered with the component style selected in the top-right selector.
Frame
Scale100%
Ashline Arena
#11840
Ivara
12 defeats / 7 assists
#21670
Tarin
9 defeats / 11 assists
#31515
Moro
6 defeats / 16 assists
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/scoreboardimport { 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"
/>