§projects
Things I built for the fun of it
Evenings and weekends, mostly. Each one started as a small question — how does that work? could I do it better? — and turned into something playable.
blackjack→
Play a hand, or drill basic strategy, against a dealer driven by a from-scratch rules engine — with Monte-Carlo and exact-EV analysis behind it.
react · typescript · engine
fractal generator→
A Mandelbrot explorer written from scratch on a canvas. Drag a box, hit zoom, and fall into the boundary of chaos.
typescript · canvas
snake→
The one everybody writes once. A 2,500-cell grid, arrow keys, and the eternal war against your own tail.
javascript · dom