Guess Number Game for iOS
GuessNumberGame
Easy iOS game in which the player and the computer compete in guessing numbers. Rules are very simple – side with fewer number of tries win the game. Let’s begin!
In app using:
- ModelViewViewModel (MVVM) architectural pattern
- UIKit
- OOP Patterns (Memento, Singletoon)
- UserDefaults to save number of tries of each side
- All code is written programmatically (#noStoryboard)
Created – December, 2022