A task management game where the controls don't work reliably.
bun install
bun run devbun run buildA headless simulation tool for exploring game mechanics, running automated playthroughs, and finding interesting seeds.
bun run cli --help
bun run cli sim --seed 12345 # Run simulation
bun run cli play --seed 12345 # Play interactively
bun run cli compare -n 100 # Compare strategies
bun run cli find-seed --survived -l 5 # Find seeds matching criteriaSee src/cli/README.md for full documentation.
Code: MIT | Content: All Rights Reserved
See LICENSE for details.