A fun iOS app that challenges your word unscrambling skills. This project is part of the "100 Days of Swift" challenge.
The "Word Scramble" app is an iOS word game created as a part of the "100 Days of Swift" course by Paul Hudson. The app presents players with a scrambled word, and they must unscramble it to form a valid word. It's a great project for learning Swift and iOS app development.
- Scrambled word challenges.
- Text input for unscrambling.
- Score tracking and word validation.
- Disallow answers that are shorter than three letters or are just our start word
- Error Handling
- Refresh bar button to play again!
This section provides instructions on how to set up the project on your local machine for development and testing purposes.
- Xcode 12.0 or higher
- Swift 5.0 or higher
- An Apple Developer account (for deploying on physical devices)
- Clone the repository to your local machine using the following command:
https://github.com/Kritig02/WordScrambleThis project is open source and available under the MIT License.
If you have any questions or want to reach out to me, you can find me on GitHub.