Debug Or Die
About
Debug Or Die is a 2D puzzle game created in 72 hours for Ludum Dare 47. Music by Antti Luode.
After a long night of debugging you find yourself stuck in a loop - a while loop that is! Align the correct combination of command blocks to break out of the loop before you’re trapped forever!
Recommended to play full screen!
Controls:
Move: WASD
Pause: P
Restart: R
Note: I ran out of time and didn't get a chance to include an operator cheatsheet. For those who are unfamiliar:
< less than
> greater than
== equal to
!= not equal to
Changelog:
v0.1.1 (10/6/20)
- fixed moving a block from an activated chain that leaves a valid sub-chain causes
orphaned blocks color to remain active
- fixed pressing P while game is paused doesn't unpause the game
- fixed 1 block is missing from tutorial level (last minute scene cleanup mistake 😅)
v0.1 (10/5/20)
- initial release