Mini Game Lab
Playable mini-games built right inside
an Astro site
This section shows how Astro pages can host canvas and DOM-based browser games without splitting into a separate app shell. Metadata, routes, and game components are separated so we can keep expanding the mini-game area cleanly.
Meteor Dodge
A survival-style canvas game where you dodge falling meteors by moving left and right.
A warm-up game that wakes up focus and reaction speed.
Memory Match
A focus-based matching game where you pair up technical keyword cards.
A light repetition game for technical keyword recall.
Signal Sprint
A reaction game where you click at the right signal transition to measure focus and speed.
A quick game to sharpen reaction before a focused session.
Orbit Paddle
A breakout-style canvas game where you bounce a ball with a paddle to clear blocks.
A rhythm and sustained-focus game for casual practice.
Query Planner Challenge
A database learning game where you choose the best index and execution approach for each scenario.
Turn index and query decisions into explainable reasoning instead of guesswork.
Release Strategy Simulator
A DevOps training game where you choose GitOps, canary, blue-green, and rollback strategies for release scenarios.
Practice choosing release strategy by risk and recovery profile rather than tool popularity.
Backend Architecture Studio
A backend learning game where you classify API, event, cache, and transaction scenarios into the right patterns.
Learn to read boundaries and consistency requirements before jumping to implementation tools.
Rendering Race
A frontend learning game where you choose between CSR, SSR, SSG, ISR, and RSC for different product scenarios.
Choose rendering strategy by freshness, SEO, and interaction boundaries instead of hype.