The aim of this app is to implement a visual Number Guessing Game, which can be played https://www.mathsisfun.com/games/guess_number.html .
This is a single view app, similar to BMI calculator or HitOdd Number app. App randomly selects a secret number between 0-100 and user tries to find it.
User can guess 5 times in 30 seconds. If the secret number is still not found after 5 attempts, or in 30 seconds, the app displays ‘Sorry, it was X. If the user finds it, the app notifies ‘Yes, it is X. Your app should have countdown label showing how many seconds left in the game (30 to 0) and a reset (or restart) button to start a new game session.
Your submission should work with XCode 11. See the settings here (Xcode11 Settings).
Submit your Xcode project as a zip file, which should be formatted as LastName-FirstInit-CWID.zip, such as John-S-51254521.zip.
Number Guessing Game A
Share