A darkly comedic turn-based game where you're a developer trapped in corporate hell, secretly building a startup on company time. Each day, pick one action. Ship quality work or cut corners. Escape with $5,000 before bugs make work impossible or your boss catches you hustling.
- Open the project in Godot 4.5
- Press F5
Main scene: scenes/game_ui.tscn
make help # list all targets
make install # install GUT + gdtoolkit
make lint # lint GDScript
make check # headless error check
make test # run GUT suiteAfter make install, enable GUT in Godot: Project → Project Settings → Plugins → enable GUT.
check and test default to godot. Override by setting GODOT4_BIN in your environment or by creating a local config.mk file:
# config.mk (gitignored)
GODOT4_BIN ?= /path/to/your/godot/binaryEach day pick one action:
- WORK — go do job monkey
- HUSTLE — earn $$$ toward your escape (don't get caught)
- SHIP IT — ship your buggy code and repeat
Win by saving $5,000 before you get fired
- docs/GDD.md — full game design
- docs/BALANCE.md — all the numbers
- docs/DECISIONS.md — design decisions
- docs/INDEX.md — everything else
- docs/PLAN.md — build plan and implementation notes