Puzzles

68 readers
3 users here now

founded 1 year ago
MODERATORS
1
 
 

cross-posted from: https://feddit.org/post/14591777

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. The key challenge is that ALL bugs run the SAME program simultaneously!

Puzzle:

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 WALL - execute next line only if wall ahead
  • IF GEM - execute next line only if gem ahead

Board:

Legend:

  • Flower (blocks movement)
  • Gem (collectable)
  • Wall (blocks movement)

Goal:

Write a single program that guides both bugs to collect gems and reach their targets safely.

2
6
Tower of Hanoi (en.wikipedia.org)
submitted 2 weeks ago by janus2@lemmy.zip to c/puzzles@sopuli.xyz
 
 

cross-posted from: https://lemmy.world/post/31389248

Tower of Hanoi (puzzle)

3
 
 

great wikihole to go down!

4
 
 

cross-posted from: https://sopuli.xyz/post/28697561

Source: https://de.wikipedia.org/wiki/Intelligenztest

… the missing element that completes a pattern …