Home
App Portfolio
Tutorials
Blog
About
Photo Gallery
SwiftUI Wordle App Clone
A 9 part YouTube video series on building a Wordle App Clone using SwiftUI
Completed Code
An introduction to the course, an overview of the application that we will be creating and application setup.
Completed Code
Create the game board and make sure it scales well for all devices including both iPhone and iPad
Create the keyboard and again ensure that it scales well to all devices including iPhone and iPad
Completed Code
Find a source for dictionary words and use a playground to parse and filter for 5 letter ones. Use iPhone Dictionary to validate entry.
Completed Code
Use another playground page to develop logic for checking the matching of letters in guess with secret word.
Completed Code
Animate the flipping of the guess letters and update background colors of keys with color matches.
Completed Code
Create a Toast view to provide feedback on entry and a Statistics view for game results over time.
Completed Code
Provide ability to share current game results with a share sheet and give user ability to select light or dark mode.
Completed Code
Enable hard mode, add help screen and sync statistics across all devices via iCloud
Completed Code
© 2023 CreaTECH Solutions