01Every game is one file
The whole arcade hangs on a single design decision: each game is one self-contained
HTML file. All the logic, art, and styling live inline in one .html,
with no external dependencies and no server calls during play.
That one choice does double duty. On the site, a game loads in a sandboxed in-page player. Off the site, the Download button hands you the exact same file, and it runs in any browser on any device: laptop, phone, that old machine in the garage, online or offline. There's nothing to install, and nothing anyone can take back.
