wordle
wordle copied to clipboard
TUI version of the Wordle word puzzle game written in Haskell
Implement dependency caching for CI builds. [example](https://kodimensional.dev/github-actions) here.
Example: ``` Wordle 237 X/6 ⬛🟨🟨⬛⬛ 🟨⬛⬛🟩🟩 ⬛⬛⬛🟩🟩 ⬛🟨⬛🟩🟩 ⬛🟨🟨🟩🟩 🟨🟨⬛🟩🟩 ```
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
Any revealed hints must be used in subsequent guesses. Only count word valid if it contains all of the guessed letters.
``` 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...