
Line Tower Wars Rebuild
One of my favorite passion projects is rebuilding Line Tower Wars - the Warcraft III custom tower-defense map - in Three.js. I'm turning it into a web game and having a blast dialing in the vibe.
I have been using this as a benchmark for AI coding tools since GPT-4 in 2023. Back then I would copy and paste its code snippets into my editor, and with every new LLM generation, the process of creating a real version of the game has gotten further. I would always hit a wall somewhere, whether it was debugging the pathfinding system, AI logic, or performance.
The last six months have been a breakthrough using Codex and Claude Code. For the first time, I have been able to replicate all the core mechanics of the game.






