Live Godot GDScript
Space Game
Real-time isometric 4X strategy. Expand across a procedurally generated galaxy, build economies, and fight rival civilisations, all in a browser tab.
Why I built this
I wanted a strategy game I could play in a browser tab without installing anything, and Godot's HTML5 export makes that possible. Building it taught me systems design the hard way: economies, AI, procedural generation, all of it through the best kind of problem. It's playable and I've stopped adding to it.
Live React TypeScript Zustand IndexedDB
LLM Clicker
An idle game where you are the language model. Generate tokens, buy parameters, widen your context window, and watch the interface evolve from pixel art to polished modern UI as you scale.
Why I built this
Idle games are a real design problem: meaningful progression with almost no friction. I wanted one where the mechanics weren't decoration, so temperature, attention and the context window are all systems you play with directly. The hard part was making the interface level up alongside the model, and that's the bit I'm most pleased with.