Building one game every day
  • TypeScript 80.5%
  • CSS 13.6%
  • Vue 2.2%
  • Python 2.1%
  • HTML 1.5%
Find a file
2026-08-23 20:22:02 -07:00
accounting Update portfolio for renamed game directories 2026-08-17 08:48:51 -07:00
betting Revise a bunch of pitches 2026-08-19 15:58:02 -07:00
cooking-sim Fix Cloudflare Bun lockfile compatibility 2026-08-20 18:06:41 -07:00
deckbuilder Revise a bunch of pitches 2026-08-19 15:58:02 -07:00
eldrich-store Add chained management consequences 2026-08-23 20:22:02 -07:00
energy Tune triad campaign through automated playtests 2026-08-16 20:04:55 -07:00
espresso Revise a bunch of pitches 2026-08-19 15:58:02 -07:00
factory Revise a bunch of pitches 2026-08-19 15:58:02 -07:00
hike hike: settle on the Trail Scout 2026-08-22 14:15:08 -07:00
ltl Revise a bunch of pitches 2026-08-19 15:58:02 -07:00
luxury Replace generated music with Atelier soundtrack 2026-08-23 09:38:56 -07:00
museum Revise a bunch of pitches 2026-08-19 15:58:02 -07:00
mystery-chat mystery-chat: add abstract entry artwork 2026-08-19 15:21:00 -07:00
parking Revise a bunch of pitches 2026-08-19 15:58:02 -07:00
psychopomp Revise a bunch of pitches 2026-08-19 15:58:02 -07:00
rhythm-platformer Revise a bunch of pitches 2026-08-19 15:58:02 -07:00
site site: Add The Eldrich Store to portfolio 2026-08-23 18:54:14 -07:00
sw-rpg Revise a bunch of pitches 2026-08-19 15:58:02 -07:00
typing Improve ending title contrast 2026-08-14 17:49:48 -07:00
visa-form Revise a bunch of pitches 2026-08-19 15:58:02 -07:00
AGENTS.md Describe Cloudflare Pages in AGENTS.md 2026-08-15 10:25:22 -07:00
AGENTS.template.md Remove empty lockfile from new games 2026-08-22 12:53:43 -07:00
GAME_GUIDELINES.md Make sure deps are up-to-date 2026-08-12 10:17:07 -07:00
new-game Remove empty lockfile from new games 2026-08-22 12:53:43 -07:00
README.md site: Add The Eldrich Store to portfolio 2026-08-23 18:54:14 -07:00

Game a Day

A collection of games each built in one day, with AI assistance. Each game focuses on one strong mechanic and aims to deliver a complete interaction in five minutes or less.

Games

Game Directory Description
The Eldrich Store eldrich-store Balance profit, staff morale, and reality itself through one supernatural retail shift.
Maison Morrow luxury Protect the mystique of a 75-year-old luxury lunchbox maker across eight tense quarters.
Hike hike Follow a ribbon of switchbacks through a warm cut-paper forest to the snowline.
Two Top cooking-sim Program two tiny chefs and debug their kitchen strategy through a frantic dinner shift.
Mystery Chat mystery-chat Question three ordinary conversations until their hidden truths begin to surface.
Beatbound rhythm-platformer Auto-run through three bright platforming roads, jumping and ducking to the beat.
Route 529 sw-rpg Battle bugs, memory leaks, and scope creep on a software teams road to Ship City.
NULL PROTOCOL deckbuilder Read alien signals, build trust, and recover better diplomacy protocols across time loops.
Signal / Sequence ltl Monitor a stream of signals and catch violations of temporal rules.
Parking Simulator parking Wrestle with the controls of a top-down parallel-parking challenge.
Visa Form visa-form Race against a bad government website to complete a visa application.
Little Peak Coffee espresso Dial in a balanced espresso shot as a meticulous mouse barista.
Museum of Ordinary Things museum Wander an uncanny collection where impossible subjects are treated as ordinary.
Northstar Ledger accounting Follow emails and audit ferry-company accounts to uncover a hidden route.
Psychopomps psychopomp Navigate the afterlifes least prepared department as an overqualified new hire.
Bad Bet betting Test a carnivals suspicious odds before risking your purse on its games of chance.
Upper Management typing Type carefully while corporate memos fill the night office with watchful ravens.
Factory Beat factory Program a cargo robots 20-beat route through a relentless automated factory.
GRIDWORKS energy Expand a frontier solar grid with a crew of fast, failure-prone construction robots.

Each game is a standalone Bun project. To run one locally:

cd visa-form
bun install
bun run dev

Portfolio site

The site project generates the collection's landing page and builds every published game into one static output directory.

cd site
bun install
bun run dev       # develop the landing page
bun run build     # build the landing page and all games

The complete static build is written to site/dist.

Adding a game

./new-game <directory>