Original Elipar Games
Most sites like this one are a shell around games somebody else made. 43 of the 52 games here were built for this site — written from scratch, hosted here, and still maintained. The other 9 are open-source games we host ourselves and credit by name on their own pages.
Six worth starting with
Picked for range rather than popularity — between them they cover 3D exploration, physics, a daily puzzle, a real opponent AI, a sports match and a generated puzzle set.
Haunted Castle
Adventure
Two levels in one run — a torch-lit night courtyard, then the same castle in daylight, with the lighting rebuilt between them.
Neon Curling
Sports
Real curling: hog line, in/out turn, and scoring by consecutive stones rather than nearest-stone-wins.
Word Vault
Puzzle
A daily word puzzle with three difficulty modes, where Hard enforces the reuse rule before a guess costs you a row.
Checkers
Strategy
A minimax engine with alpha-beta pruning searching eight moves deep, enforcing mandatory captures and multi-jump chains.
Pro Football 3D
Sports
An open-field match with goalkeepers that track the ball and power-ups that freeze the opposition.
Circuit Link
Puzzle
Every board is generated from a known solution, then checked by an independent solver so only puzzles with exactly one answer ship.
What “built here” actually means
Each of these started as an empty file. The 3D games run on a Three.js build vendored into the game's own folder rather than pulled from a CDN, so nothing external can break them and they keep working offline once cached. The 2D ones are hand-written canvas or DOM.
There is no audio file anywhere on the site. Every sound effect and every music loop is synthesised live in the browser with Web Audio oscillators — which means no licensing, no downloads, and nothing to wait for.
They also get fixed after launch rather than shipped and forgotten. Recent examples: a curling stone that slid five times the length of the sheet, a football pitch whose invisible boundary made scoring geometrically impossible, and a spaceship that had been flying nose-down because of a rotation left over from an earlier model.
Puzzle · 7 originals
Arcade · 6 originals
Sports · 6 originals
Adventure · 5 originals
Education · 4 originals
Action · 4 originals
Kids · 3 originals
Racing · 3 originals
Multiplayer · 3 originals
Strategy · 2 originals
Every game here is free, runs in the browser, and needs no account. The full catalogue has the rest, and most played ranks everything by how often it actually gets opened.