The project involved creating an app based on the “Head-to-Head” round of the ITV game show The Chase. The app replicates the gameplay where a user competes against a virtual “Chaser” by answering multiple-choice questions to progress on a 7-step ladder. The user selects a starting position based on a monetary prize and must correctly answer questions to advance down the ladder while avoiding being caught by the Chaser.
If the user answers a question correctly, they move one step down the ladder. If the Chaser answers correctly, they move closer to the user. The game ends when the user either completes the ladder (winning the prize) or is caught by the Chaser. Persistent storage tracks player scores and history, with a leaderboard available at the start of the app.
Third-party frameworks like Alamofire were strictly prohibited. Only apple standard frameworks provided with Xcode were allowed.
I initially chose this module because of my prior interest in application development, which began in high school while creating Delphi applications. Taking this module further deepened my passion for app development and helped me discover the domain I want to focus on—iOS development. I thoroughly enjoyed the process of creating this app, particularly the challenge of working solely with Storyboard and UIKit. This limitation pushed me to think creatively and design innovative gameplay using only basic UI elements.