Brad Cook – iOS Developer

Set! App

Set is a card game that involves matching sets of three cards based on four categories: number, color, shape, pattern. I didn’t make the game, although I wish I did. It’s addictive and works your mind. The app may seem simple, but there’s quite a bit going on under the hood, especially concerning multiplayer, which is handled via Google Firebase. That’s a goal of every project I work on – make the complex seem simple.

All users can play single player by default. If you choose to create a free account, you’ll get 50 free hints and online multiplayer functionality.
Users can purchase hints using Apple’s native In-App-Purchase functionality. I also coded a custom light/dark mode independent of users’ device light/dark mode.
Single player contains a shuffle button for when you’re feeling stuck and a hints system for when you’re feeling REALLY stuck. Users can swipe left or right on the icon in the top right corner to change functionality, or swipe down for the full menu.
Users can play multiplayer online via Google Firebase.