Game Description:
PaperBugs is a puzzle where you control bugs on a grid by writing a simple program. Each bug executes the same program step-by-step to reach their targets. Heavy bugs have special abilities! Available Instructions:
- MOVE - move forward one cell
- LEFT / RIGHT - rotate 90 degrees
- IF FLOWER - execute next line only if flower ahead
- IF EMPTY - execute next line only if path clear
- IF ROCK - execute next line only if rock ahead
- PUSH - push a rock forward (Heavy Bug only)
Puzzle:
Special Rule: Heavy Bug can push rocks with the PUSH command, but only into empty spaces.
Goal:
Push rocks to create a safe path and reach the target.
You must log in or register to comment.