this post was submitted on 22 Jun 2025
1 points (100.0% liked)
Papertronics
26 readers
2 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
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's how it would play out:
MOVE: MOVE: MOVE:
LEFT:
IF FLOWER: RIGHT
RIGHT
RIGHT
IF FLOWER: LEFT
LEFT
MOVE
No, that doesn't do the trick. But thanks for trying it out ;) Maybe want to give it another try?
If I understand your output correctly, you missed the two steps with the IF statements. Or rather, I wrongly wrote it directly after the IFs, since the instruction stated "the next line"
So here is the revised version:
MOVE
MOVE
MOVE
LEFT
IF FLOWER:
RIGHT
RIGHT
RIGHT
IF FLOWER:
lEFT
LEFT
MOVE -> should have reached the goal
Also, shouldn't they have collected the gems when walking over them?
You are right. My bad. Congratulations :)
Here the correct walk-through:
MOVE: MOVE: MOVE:
LEFT:
IF FLOWER: RIGHT
RIGHT
RIGHT
IF FLOWER: LEFT
LEFT
MOVE
Yipee =D
Nice little challenge! But did you write the "images" yourself or did you use a program to create them? I'm not sure which way would be more work XD
Tbh I came up with idea of the game and then played around with Claude a bit. I will also try to come up with my own levels, but if the puzzle works and is good, I actually think AI can be a good assistant here. But yeah, I will try to invest more work of myself in it :)