Children's Puzzle Game (github link)

I’m working on a set of children’s puzzles – right now just a simple click-and-drag puzzle (3x3 to 6x6 grid); a rotated-image game (rotate all pieces to display the correct image); and a toggle game (clicking one image inverts one or more images, try to get them all upright).

The code is basically working, but needs some tweaks and tuning … I’d certainly be interested in any/all help or comments on how to make it better.

Currently uses the storyboard module to keep each game separated (though I still need to get rid of some global vars that track what game you’re playing).

Artwork is from opengameart.org and openclipart.org … easy enough to replace with your own art if you want to give it a try!   (and if any of it is your artwork, let me know a better link than your OGA/OCA URL)

HI jbp1

I think you want to track your game what user currently is doing…?? 

and yeah i made the same game like you in corona the only difference is that you are dividing in image parts i did not.

and i did not put even restriction that puzzle will be matched on specific area…

Thanks

Neel 

HI jbp1
 
I found few errors in your code.
 
It’s not a perfect game. Some times alert comes and say “YOU WON” when i did not matched even a puzzle!!! :wacko:
 
and sometimes what happens that i matched the puzzle but alert won’t came.
 
so in this case you need to improve core logic of the game.
 
Here i am sending you the screen shots of your game which is bug and need to be fix.
 
first 2 screenshots would intend that i won the game but still alert din’t came.
 
last screenshot for the another bug like user didn’t done anything still the alert came you won the puzzle. Need to improve a lot
 
Thanks
Neel

HI jbp1

I think you want to track your game what user currently is doing…?? 

and yeah i made the same game like you in corona the only difference is that you are dividing in image parts i did not.

and i did not put even restriction that puzzle will be matched on specific area…

Thanks

Neel 

HI jbp1
 
I found few errors in your code.
 
It’s not a perfect game. Some times alert comes and say “YOU WON” when i did not matched even a puzzle!!! :wacko:
 
and sometimes what happens that i matched the puzzle but alert won’t came.
 
so in this case you need to improve core logic of the game.
 
Here i am sending you the screen shots of your game which is bug and need to be fix.
 
first 2 screenshots would intend that i won the game but still alert din’t came.
 
last screenshot for the another bug like user didn’t done anything still the alert came you won the puzzle. Need to improve a lot
 
Thanks
Neel