Writing
Notes on building things — what worked, what didn't, and the details that turned out to matter more than they looked like they would.
A dungeon crawl with no asset files
Tomb is seven files and 84 KB. There are no PNGs, no sprite sheets and no sound files in it anywhere — every texture, portrait and sound effect is made at runtime. Here is what that buys you, and what it costs.
Read the post
This site is hand-written HTML, and that is on purpose
No framework, no build step, no node_modules. The deploy script is four lines and the whole thing ships as a folder to S3. An argument for the boring option.
Read the post