Over the weekend, I vibe coded a cooking game. You combine random ingredients, and the game generates a dish with a score and a snarky review — stuff like "This tastes like regret and too much butter." I'd wanted to build this for a while. Eventually I'll hook it up to an AI model to generate more combinations and even harsher critiques.

One Prompt, One Hour

I opened Claude Code and typed a single prompt:

"Create a cooking game where players combine ingredients to discover recipes..."

An hour of coding and debugging later, I had a working version running on localhost.