About GameHanpan
GameHanpan is a free web mini game site built around one idea: short breaks, light fun. On the subway during your commute, at your desk between meetings, on a phone or a PC — you open your browser and you are playing within a couple of seconds. The name comes from the Korean word "hanpan" (한판), which roughly means "one round": the site is designed for exactly that, one quick round whenever you have a spare moment.
Who is behind this site
GameHanpan is built and maintained by an independent developer based in Seoul, South Korea, who has spent years writing software professionally and building small games and tools as a passion project. This is not a content farm or an aggregator: every game on this site was written by hand, line by line, specifically for this site — the code, the tuning, the guides and the blog articles all come from the same keyboard. When a game page tells you our snake speeds up by 4 milliseconds per apple, that is not copied from somewhere; it is a description of code we wrote and can point to.
That first-hand relationship with the games shapes everything here. When players told us Space Canyon was too hard, we did not shrug — we rebalanced the physics, verified the fix with a simulation, and then wrote up the whole process, real numbers included, on our blog. We think the difference between a site that makes its games and a site that embeds someone else's shows up in a hundred small details, and we try to earn that difference every week.
What makes us different
- No install, no sign-up — play instantly with no app download, account or login.
- Light and fast — every game is built without external libraries or frameworks; the largest game on the site is about 21 KB of JavaScript, so everything runs smoothly even on low-end devices.
- Mobile-friendly — touch, swipe, on-screen buttons and keyboard controls are all supported, and every game is tuned for one-handed phone play.
- Privacy first — game records are stored only in your browser and never sent to a server. There is no analytics script and no tracking pixel anywhere on the site.
- Original writing — each game page includes real how-to guides and strategy tips, and the blog publishes first-hand development stories and analysis you will not find elsewhere.
How our games are made
Every game is plain HTML, CSS and JavaScript — no game engine, no build tools, no dependencies. Where possible, the core game logic is written as pure functions separated from the screen, which lets us test the rules from the command line before they ever reach your browser: collision rules, merge logic and scoring all have automated checks. For balancing, we prefer measurements over hunches; Space Canyon's difficulty curve, for example, was validated with a headless autopilot that flew thousands of simulated runs. The result of this approach is games that load in about two seconds, hold a steady frame rate on modest hardware, and behave the same way today as they will in five years.
Available games
- Reaction Time Test — measure your reflexes in milliseconds, with grades and a five-attempt average
- Number Guess — a 1-to-100 up/down deduction game; can you do it in seven tries?
- 2048 Puzzle — the number-merging strategy puzzle, with swipe and arrow-key controls
- Emoji Memory Match — a 4×4 pair-matching memory workout
- Classic Snake — the classic on a 20×20 grid, faithful to the old rules
- Space Canyon — a one-button cave flyer with ten levels of narrowing canyon
- Bloom Blocks — a cozy pastel falling-block puzzle with a no-game-over Zen mode
The blog
Alongside the games, we write a development blog: postmortems with our real tuning constants, the mathematics inside classic puzzles, design diaries and technical essays about building for the browser without frameworks. Our rule for the blog is simple — we only publish things we learned first-hand, so every article contains details that exist nowhere else on the internet.
How we operate
GameHanpan is a free service supported by advertising. The site may display Google AdSense ads, and you can find details about ads and cookies in our Privacy Policy; the rules of the road are in the Terms of Use. Beyond the ads, nothing on this site asks for your data, your money or your email address.
New games and articles are added regularly. If you find a bug, have an idea for a game you would love to see here, or just want to tell us your Space Canyon level — we genuinely read every message that comes through the Contact page.