A collection of games and game-related tools I've built for developers. Each one scratches a different itch — password cracking, competitive code benchmarking, buzzword bingo, and even office foosball scoring.

guessor

Python

Password-cracking game built for a PyCon talk. Devs compete to brute-force the password while the server architecture evolves underneath them — from a single Bottle server through multiple frameworks and languages, ending at Erlang OTP.

Code Clash with a new mode. Many players compete to solve a programming challenge within 15 minutes. Solutions are benchmarked and the fastest mean runtime wins. FastAPI, Docker-isolated execution, live leaderboard.

Online backgammon. Vue 3 + Vite weekend project built just for fun.

crack-me

Python

Password-cracking challenge built for dev friends and Twitch streams. Deployed on Kubernetes with Bottle + MongoDB + Redis. Least guesses wins. Drinks on the winner.

Buzzword bingo built as a joke for an AI conference. Single-file HTML, click tiles as you hear the buzzwords. Dark/light theme.

BetterCOC

Python

General-purpose Twitch bot for Clash of Code streamers. Manages game sessions, greets players. Runs with Docker Compose.

round-robin

Python

Live tournament scoring for office foosball. Add teams, input results, see standings update in real time.