You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, i've downloaded your code and it works great!! But i have a issue, i do not know how to check when the puzzle is solved, Is there any check in your code? How could i add this feature?
I don’t have a check in the code. Someone else asked this too. What I would do is keep some sort of concept of order to the image slices, and each time a piece is moved, check to see if the slices are all in the correct order.
Tony Hillerson
On Tuesday, April 8, 2014 at 1:42 AM, billyjoker wrote:
Hi, i've downloaded your code and it works great!! But i have a issue, i do not know how to check when the puzzle is solved, Is there any check in your code? How could i add this feature?
Thx in advance!!
You can merge this Pull Request by running
git pull https://github.com/destil/Android-Slider-Puzzle master
Or view, comment on, or merge it at: #1
Commit Summary
Renamed package, use full width for the puzzle.
TileSlicer refactoring and decrease memory consumption
borders to tiles
refactoring, commenting
better click handling
actionbarsherlock integration
About screen, new icon, refactoring for making saving state possible
preserving tile order when orientation changes
greatly improved responsivness of drag
gray background, better click detection
for SDK < 11
proper click handling on Android 2.3
final cleaning
—
Reply to this email directly or view it on GitHub (#1).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Hi, i've downloaded your code and it works great!! But i have a issue, i do not know how to check when the puzzle is solved, Is there any check in your code? How could i add this feature?
Thx in advance!!