Help with Generator puzzle

So I’m making a forsaken style game but need some help with the generator puzzles
(Seen Below)


Does anyone have an idea on how to make this?
I also want the dimensions to be 5x4

1 Like

hmmm idk how you would do that but FORSAKEN MENTIONED

How do the puzzles work, and by generator puzzles do you mean a type of puzzle or a system to generate puzzles?

How do the puzzles work

You have to convert the circles with the same number/color together

No, that’s just what there called in the game

So the circles will drop and the player must merge them(if they are the same number or color) and when that is done, the circle is removed…or?

no you have to do this

3 Likes

Ok. If you set up your puzzles with blocks that each have triggers, then the player will trigger the first block(you’ll make a system to check if this block is the first they’ve touched in a specific pair) and will walk through the other blocks until they reach the pair’s trigger(essentially: Trigger 1 → … → Trigger N, where N represents the first trigger’s pair). You can use a counter to check if the pair has been triggered within the same cycle/attempt and then you can use block code to check if they are connected(keep a list of each trigger that is triggered, and of each cycle or at least the current cycle).

wow i have no idea what any of that means!

2 Likes

so flow free basicly

A simplification:


For a more complex system(that includes making paths), you’ll just write block code to append each x,y that is traveled and see if the path includes the pair.

2 Likes

I have this

That can work, but triggers are more memory-efficient than zones. Also: if you want paths then I would fill up every square and have certain ones colored differently to be distinguished as pairs.

1 Like

got it thanks! (im writing this part to make it longer)

ah
exactly what I was trying to do a bit ago
but I’ve been quite busy with a lot of things ._.
but progress is seeming good but I tried a different concept cuz it seemed the only path was through a text device instead of a pop-up

problem is that keybinds hate me
and lock my pov in place
but I can help when I have time

You can also just write <words#here>.