A retro pixel arcade game designed for 404 error pages. Transforming frustrating dead-ends into engaging micro-experiences.

404 error pages are typically dead-ends that frustrate users and increase bounce rates. Most sites show a generic "Page not found" message with a link back home, missing an opportunity to retain engagement and create a memorable brand moment.
Transform the 404 page into an interactive micro-experience. A lightweight, fun arcade game that keeps users engaged while they wait or decide where to go next. The goal: turn frustration into delight and increase time-on-site even during errors.
Be transparent about what happened. Users appreciate honesty over generic messages.
Always offer a way back home or to search. Never leave users stranded.
Error pages are brand moments. Use them to showcase personality and creativity.
Interactive elements reduce bounce rates and can turn a negative into a positive memory.
SPACE/Arrow for thrust, X to shoot, P to pause, M to mute. Instantly playable without tutorials.
Pure JavaScript canvas game. No heavy dependencies, loads instantly even on slow connections.
Destroy asteroids (+5 points), rescue astronauts (+20 boost). Persistent high score creates replay value.
Space Rescue can be embedded as an iframe in any 404 page. The game is self-contained and responsive.
<iframe
src="https://spacerescue.vercel.app/"
width="100%"
height="600"
frameBorder="0"
title="Space Rescue Game"
/>