Day 29 , 30 , and 31 of the 100 days of SwiftUI course from Paul Hudson .
Stars
0
Forks
0
Watchers
0
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
11
commits
Completes Day 75.2 : Adds accessibility to the Word Scramble project .
513b543View on GitHubComputes the games score and implements the functionality to restart the game .
8d12b8aView on GitHubAdds a left bar button item to restart the game with a new word .
66f5920View on GitHubImplements the functionality to disallow answers that are shorter than three letters or are just our start word .
18f33bfView on GitHubImplements the functionality to validate the words , and completes Day 30 .
a84ed7eView on GitHubLoads the text file into the ContentView , and displays a random root word from the text file .
8d1e2b8View on GitHubCreates the basic UI and functionality of the game .
9b7cf7aView on GitHub