IOS Project, a game where the software generates random combination of vowels and consonants and gives points according to the length of your answer.
Countydownty is a game app where 9 letters are randomly generated.
The player must make words out of the random letters.
Game Rules. The random letter generates 9 random letters - it has 4 min vowels and rest consonants - If you get 4 letter word that is in the dictionary. You get 4 points - If you get 6 letter word that is in the dictionar. You get 6 points. - if you get 9 letter word, you get 18 points. - Your scores are recorded on the main page.
COUNTYDOWNTY_REC.mov
📝 NOTE - PASTE PART 2 SNIPPET HERE:
Paste the README template for part 2 of this assignment here at the top. This will show a history of your development process, which users stories you completed and how your app looked and functioned at each step.
TODO://
In the User Stories section below, add an x
in the -[ ]
like this - [x]
for any user story you complete. (🚫 Remove this paragraph after checking off completed user stories)
- (2pts) User sees an app icon on the home screen and a styled launch screen.
- (5pts) User can play the game, and gain points.
- (3pts) Uses API to check if the word exists.
- (2pt) User can view the app on various device sizes and orientations.
- (1pt) Run your app on a real device.
TODO://
Add the URL to your animated app walkthough gif
in the image tag below, YOUR_GIF_URL_HERE
. Make sure the gif actually renders and animates when viewing this README. (🚫 Remove this paragraph after after adding gif)
Describe any challenges encountered while building the app.