Nice and simple! A good start.
May I share some ideas?
why not make more than 1 shape by numbers?
and why not hide extra shapes until the level is solved?
This would hide the one resulting shape and make the game more tricky:
Just make it a chellange...
in v1.5 there are 4 shapes with 4 points as they use the same code and are triggered by completed I did think about having them trigger 1,2,3,4 instead of random patterns. and org. fish uses 24 points so I would have to find or create more patterns with 24 points to add more there. also I am limited to the free version at this point in time.
I am also trying to add a directory of pages to choose from but am having issues on click go to level that goes with the page chosen. As I am pulling the directory from a xml file. I have a snippet of code that came from 8x9 puzzle that displays an image list, the image and a description. but have been unable to set chosen layout to on button clicked. (I have only been trying for 2 days) I will finger it out and then release another update.
Keep watching, Have fun and enjoy. JC
update: i also have a snippet of code that could help where on load set maxpoint number which could make it possible to have multi-point designs in one layout. will look at that option.
Update: fixed the maxpoint to work with any pattern. Now I can have all patterns under 1 layout. Will be removing random layout and setting 1,2,3,4 and so on. Only Issue I see doing it this way is on start you have to start from pattern 1 every time, unless I create a menu to select pattern, but still working on the menu select issue.