A Puzzle game appliction.
###Documentations: PuzzleGameSwift: a basic game based on Swift and storyboard
PuzzleGameObjective-C: the game based on Objective-C and nib file
###Steps:
-
Create a nib file instaed of using storyboard (done)
-
Use CollectionView to show images (done)
-
Realize the basic function of puzzle games (done)
-
Enable restart under multi condition (done with the navi bar)
-
Find algorithm to avoid the impossible case (done)
-
Remember the status when user quit the game (done)
-
Add gestures (and cheating method) (done)
-
import user's image and split it (done)
-
Create a better UI
###Question: