TheInterestedOne
TheInterestedOne

Reputation: 768

Puzzle Game with image like 15-puzzle (Game of fifteen)

I want to produce a game that have in input some photos. Then the app scompose this photo like in 15-game, and the user must reorder all this pieces only scrolling up/down/left/right.

Someone can help me? :)

Thank You

Upvotes: 3

Views: 4081

Answers (1)

BobbyScon
BobbyScon

Reputation: 2537

A quick Google search for iOS slider puzzle yielded several results. There are quite a few open source project examples of this around the web. Try these 2 for getting started:

http://www.shmoopi.net/development/slider-puzzle-ios-game-tutorial-1/

http://www.iphonegametutorials.com/2010/09/23/cocos2d-game-tutorial-building-a-slide-image-game/

There are other tutorials and sample codes I've seen that also include pulling from the iPhone photo library. Just look around and you'll find them!

Upvotes: 1

Related Questions