Hello!
I hope you will visit this old thread at Construct 2 as I still use C2. :)
I am making a game where the game would search for pairs and match them.
I am using matcher and using "for each 2 continuous symbols" and then only compare at horizontial or vertial.
The Matcher is made to turn all two matches, no matter whether it is pairs or not. So one line of three cells would return two matches when it should only return ONE match.
And following above,
can I order the examination sequence depending on where I want to search, left-to-right, right-to-left, up-to-down, down-to-up?
Basically I want to make this game but with my own twists: - 2048game.com (game in this link)