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)

Start screen Difficulty level screen Computer round screen Player round screen Result screen

Created – December, 2022

GitHub

View Github