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.controls }}
Showing scores for {{ selectedGame === 'breakout' ? 'Breakout' : 'Snake' }}.
| Rank | Name | Score |
|---|---|---|
| {{ $index + 1 }} | {{ entry.name }} | {{ entry.score }} |
No scores recorded for this cartridge yet.