An open API service indexing awesome lists of open source software.

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

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