@jamallyemin on The Variable Game
made a browser puzzle where you write Python-like variable assignments to satisfy 25 rules simultaneously - think neal.fun's password game but for code. rules unlock one by one and start contradicting each other the deeper you go.
most proud of the destruction mode. when the 45s timer hits zero the editor gets a red caret and starts deleting your code line by line from the bottom until you hit sync. it creates this genuine panic that felt fun to build.
hardest part was making all 25 rules mathematically solvable at the same time. some rules override earlier ones so you keep rewriting the same lines - getting that supersession logic right without breaking the win condition took a while.
to test it: just start typing variables. x = 5 will get you past rule 1. it gets weird around rule 7.
- 3 devlogs
- 6h