https://github.com/torvaney/another-wordle-clone
A Wordle clone in iOS. This is not intended for actual use, but as a way to learn SwiftUI and to follow along with Stanford's CS193P
https://github.com/torvaney/another-wordle-clone
Last synced: about 1 month ago
JSON representation
A Wordle clone in iOS. This is not intended for actual use, but as a way to learn SwiftUI and to follow along with Stanford's CS193P
- Host: GitHub
- URL: https://github.com/torvaney/another-wordle-clone
- Owner: Torvaney
- Created: 2022-02-24T12:58:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-31T18:46:19.000Z (about 4 years ago)
- Last Synced: 2025-01-11T11:37:57.737Z (over 1 year ago)
- Language: Swift
- Size: 125 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Another Wordle Clone
A clone of the popular game [Wordle](https://www.nytimes.com/games/wordle/index.html) for iOS in Swift and SwiftUI.
This project was intended only as an exercise to learn Swift and SwiftUI alongside the first half of the [CS193p course](https://cs193p.sites.stanford.edu/).
https://user-images.githubusercontent.com/11335988/161127296-a73adab2-52cc-4af5-ad07-5c4ae4893a54.mov
## Features
* Correct implementation of letter colouring, including when multiple instances of the same letter are in the guess word or in the target word
* Hard mode
* Similar (but not exactly identical) animations, including alert pill when an invalid submission is attempted
* Original wordle dictionary, with only "guessable" words included as the target
### Differences
* Only a single alert is shown at one time. If multiple invalid submission attempts are made in quick succession, the alert will only show for the most recent attempt
* Slightly different keyboard layout
* Slight differences in animation style