Skip to content

Simple 9x9 jigsaw puzzle game written in Swift

Notifications You must be signed in to change notification settings

linguaphile/JigsawPuzzle

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

JigsawPuzzle

Simple 9x9 jigsaw puzzle game written in Swift 4, also Slidding puzzle concept included.

So here it is.

It uses 81 UIBezierPaths to cut out puzzle pieces from main image.

And it looks like this:

video: https://www.dropbox.com/s/8las1gfayfgbf32/puzzlePreview.m4v?dl=0

image: alt tag

Also I have included Slidding puzzle. It can be with numbers or image. Numbers can be 4x4, 8x8 and so on. Image can be 4x4, 6x6, 8x8.

enum NumberLevels : Int {
    case easy   = 4
    case medium = 8
    case hard   = 12
    case insane = 16
    case areyoukiddingme = 20
}
enum ImageLevels : Int {
    case easy   = 4
    case normal = 6
    case hard   = 8
}

Here's how it looks like. alt tag

Thanks for the ratings. Reviving this repo at the moment.

About

Simple 9x9 jigsaw puzzle game written in Swift

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 100.0%