Join the Squares – iOS game source code

Overview

Fun game with simple goal: connect as many squares of the same color within 20 moves.

Features

Written in pure UIKit without using any external frameworks.

Requirements

  • Xcode 9.4
  • Swift 4.1

Instructions

You can add new colors just by adding them to Array of colors.

Related