Easy to play even for lazy people.
In my match-3 game you don't even need to lift your finger: http://candycancombo.bitballoon.com/
Hi Reuben,
Could you create circular/concentric maze generator?
I found that arrow and lines for sub event still confusing to get aligned feels right.
Then it must be read as oc-copy-ed by something.
You can create it if you could combine my previous game example;
&
Use loop "for" with start index = 0, end index =2. Change the value (from highlighted) into 13+loopindex
If you have fixed amount of pipes, that would be hard to create random pipes formation since you can't be sure if it can make correct connection to desired goal. I suggest you plot the valid pipe connection pattern first then randomize the rotation for all pipes on the game start.
For swapping/replacing part I have an example on following topic:
And code to make pipe rotate:
The rest would be utilizing flood-fill:
My example for local storage;
this: https://www.dropbox.com/s/0wt9pdcfay3rz ... .capx?dl=0
and
that: https://www.dropbox.com/s/vh3n39sk8z2dh ... .capx?dl=0
After adding mouse object;
on object clicked >> Set instance variable (value) to "object UID"
—
Ah yes, here it is: https://www.dropbox.com/s/g18npbnjapwpe ... .capx?dl=0
Trimmed version (single frame animation): https://www.dropbox.com/s/q8de9p0c5dpy8 ... .capx?dl=0
Jump after the edge >> https://www.dropbox.com/home/Public?pre ... slope.capx
If you need that kind puzzle example, I had the capx: https://www.dropbox.com/s/qpkumscq1t7y9 ... .capx?dl=0
Develop games in your browser. Powerful, performant & highly capable.
MPPlantOfficial the capx is available to download, online demo is not. Be sure download the attachment. It works.