Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

puzzle piece groups #3

Open
zoracdev opened this issue Nov 21, 2013 · 5 comments
Open

puzzle piece groups #3

zoracdev opened this issue Nov 21, 2013 · 5 comments

Comments

@zoracdev
Copy link

Hi, When resuming and after "puzzle_data.txt" has been read the puzzle pieces are restored back to their original positions. However any pieces that were previously grouped no longer respond correctly. If you try and move the group only one piece is moved and you can not add it back to the grouping. Any ideas where in the code this could be? thanks Mark

@atrus6
Copy link
Member

atrus6 commented Nov 22, 2013

It probably is within Puzzle which handles the saving/loading of the puzzle.

@zoracdev
Copy link
Author

Saving and loading routines shows the IDs of the pieces that are grouped,
so the issue is elsewhere but cannot discover where. Spent all today
without luck, any chance someone could test this with default project?
On Nov 22, 2013 6:58 PM, "Tim Butram" notifications@github.com wrote:

It probably is within Puzzle which handles the saving/loading of the
puzzle.


Reply to this email directly or view it on GitHubhttps://github.com//issues/3#issuecomment-29099239
.

@atrus6
Copy link
Member

atrus6 commented Nov 25, 2013

I tested it with the original puzzle game and the bug is present, so it's a problem with the library. When touching, it's only translating the first piece of the group, so it's probably an issue with grabbing all the pieces due to only the piece being selected or the groups not being recreated correctly.

All touch code is in PuzzleView. I really wish I had some time to devote towards fixing it, but I don't :(

@himanshu19890
Copy link

Hello atrus6, I am also facing this issue.I have tried many things to resolve this issue but not able to solve it. I need your help to solve this issue. Please have some time and guide me to solve this issue.

@yuvaraj119
Copy link

yuvaraj119 commented Aug 1, 2016

I too have this issue @atrus6 and @himanshu19890 but i think this issue is due to orientation. I tested a scenario where first i shuffle the puzzle and then i solve it after solving when i change the orientation the first piece only get move, all other pieces are at same solved position. Did anyone fixed this or have someother solution or source for jigzaw puzzle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants