Skip to content

aibobrov/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2048 for IOS

Famous game 2048 written in pure Swift 4.

Tiles' data is saving with CoreData, high score and current score – with User Defaults. All views are using AutoLayout. Developed without Interface Builder.

To change the dimention just change 1 value in ViewController.swift

let board = Board(dimension: dimension, offsetBtwTiles: extraSpace, boardSize: boardSize)

2048 gameplay 2048 restart 2048 lost

Releases

No releases published

Packages

No packages published

Languages