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

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

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.