Most "free game" sites make you wait through a loading screen, an interstitial and a sign-up prompt before you press a single key. FreePlay.gg is built the opposite way.
Every game on this site is a small, self-contained page written from scratch in plain JavaScript. There is no game engine to download, no login wall, and no launcher. You click a link and you are playing.
Everything runs in your browser
The games use the HTML5 canvas and standard DOM APIs, which means they run on any reasonably modern browser — Chrome, Firefox, Safari, Edge — on a laptop, tablet or phone. Nothing is streamed from a server while you play, so a patchy connection does not ruin a run.
Your scores belong to you
Personal bests are written to your browser's local storage. They persist between visits on the same device and browser, and they are never uploaded anywhere. If you clear your browser data they go with it — that is the trade-off of not asking you to make an account.
Built for short sessions
Every game here is designed around a run that fits in a coffee break. The reaction tests take under a minute. A round of 2048 can go as long as you want it to. The puzzles can be picked up and abandoned without losing anything. These are games for the ten minutes you actually have, not the two hours you don't.