Arcade Shelf

Cartridge Picker

Switch between Snake and Breakout without leaving the page. Global keyboard input, synthesized arcade sound, and per-cartridge high scores all live in the same cabinet now.

{{ activeGame.title }}

{{ activeGame.subtitle }}

{{ activeGame.controls }}

{{ statusMessage }}
Keyboard input is global. You do not need to click into the board.

High Scores

Showing scores for {{ selectedGame === 'breakout' ? 'Breakout' : 'Snake' }}.

Rank Name Score
{{ $index + 1 }} {{ entry.name }} {{ entry.score }}

No scores recorded for this cartridge yet.