I am very, very new to Construct, though I understand programming fundamentals. I am trying to make a very simple game that is essentially the first of these ice puzzles from Pokemon (ignore the voice).
I have a 5x5 grid of blank tiles, and each time a tile is clicked an O appears on it. Players start at the start and can only select blank tiles adjacent to the O tile they just clicked. You must click a path through all 25 tiles and end at the exit to win.
I don't know what tools I need to make use of to check for adjacency. I have read some people say arrays but I don't understand how I would implement them in this instance.
Here's the project link https://drive.google.com/file/d/1fMOTmdZZGxKXbd45y_2uQElvoJiTsDP0/view?usp=sharing. Again, I am very new to actually designing this stuff so excuse how messy this project must be.
Thanks!