Dino Runner

The offline-dino endless runner. Jump the cacti. Perfect for 404 pages.

The offline-dino endless runner. Jump the cacti. Perfect for 404 pages.

Loading…
$ npx shadcn@latest add https://gamekitui.com/r/dino-runner.json
canvas DesktopMobile
Keyboard
Mouse
Touch

Space, Up, click, or tap to jump.

Theming

This is a canvas game. Its playfield is driven by your shadcn --primary, --secondary, and --accent tokens — read at runtime and re-resolved when you toggle dark mode or swap a theme preset. Change your theme and Dino Runner recolors with it. Try the Customize button in the corner.

Install

npx shadcn@latest add https://gamekitui.com/r/dino-runner.json

The game ships as a single drop-in file. It fills its container, so wrap it in any sized element:

<DinoRunner className="mx-auto w-full max-w-sm" />