this post was submitted on 22 Jun 2025
1 points (100.0% liked)

Papertronics

18 readers
1 users here now

Sudoku for the digital age. A community to come up with and solve together Zacktronics-like games that can be solved only with a pen and a piece of paper (Zachtronics-like games are engineering-oriented puzzle video games and programming games).

founded 1 week ago
MODERATORS
 

Puzzle Description:

PaperBugs is a little 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.

Instructions:

  • MOVE - move forward one cell
  • LEFT / RIGHT - rotate 90 degrees
  • IF FLOWER - execute next line only if flower ahead (the next cell the bug is currently facing)
  • IF EMPTY - execute next line only if path clear

Puzzle - "Avoid the flower" (Easy)

  • [ ][ ][T]
  • [B][F][ ]
  • [ ][ ][ ]

Legend:

  • B: Bug (starts facing right)
  • T: Target
  • F: Flower
  • [ ]: Empty space

Goal: Get the bug to the target.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here