wordle icon indicating copy to clipboard operation
wordle copied to clipboard

TUI version of the Wordle word puzzle game written in Haskell

Results 6 wordle issues
Sort by recently updated
recently updated
newest added

Implement dependency caching for CI builds. [example](https://kodimensional.dev/github-actions) here.

enhancement

Example: ``` Wordle 237 X/6 ⬛🟨🟨⬛⬛ 🟨⬛⬛🟩🟩 ⬛⬛⬛🟩🟩 ⬛🟨⬛🟩🟩 ⬛🟨🟨🟩🟩 🟨🟨⬛🟩🟩 ```

enhancement

Original Wordle progress can be fetched from the localstorage: ``` localStorage.getItem('nyt-wordle-statistics') '{"currentStreak":11,"maxStreak":11,"guesses":{"1":0,"2":0,"3":1,"4":3,"5":5,"6":2,"fail":1},"winPercentage":92,"gamesPlayed":12,"gamesWon":11,"averageGuesses":5}' ``` This can be used to transfer progress from original version to the terminal one

enhancement

Any revealed hints must be used in subsequent guesses. Only count word valid if it contains all of the guessed letters.

enhancement

``` Error: [S-4804] Stack failed to construct a build plan. While constructing the build plan, Stack encountered the following errors: In the dependencies for brick-0.62(+demos): unix needed, but the Stack...