Hey guys,
I'm working on a game and the very last puzzle I want to implement is giving me fits. I'm trying to add a puzzle to the game that is impossible to solve, but the functionality is difficult for me to add.
This picture was made in Photoshop and is an example of what I would like the game to do.
Essentially, you need to connect the dots at the start point and fill every circle in until the end point. NO DIAGONALS, and you can't cross through a circle more than once. It's an impossible puzzle. I just don't know how to get the game to know it can't draw diagonal lines, and I don't know how to get the game to draw the lines in between the dots. The rest I can figure out, but essentially it's just getting the game to know it can't draw diagonally and getting the game to draw the lines in general.
If anyone can help with this at all, I will be forever grateful. I'm just stumped. I don't even know if this type of code/puzzle is possible in C2.