a wordle clone in Haskell
Go to file
Jill 532067e6aa no more 2022-07-31 11:21:21 +02:00
app wrap around the word list for daily wordles 2022-01-13 10:24:11 +03:00
.gitignore init commit 2022-01-11 19:08:11 +03:00
CHANGELOG.md init commit 2022-01-11 19:08:11 +03:00
LICENSE init commit 2022-01-11 19:08:11 +03:00
randomwords wordle-accurate word generation 2022-01-13 10:17:48 +03:00
readme.md wordle-accurate word generation 2022-01-13 10:17:48 +03:00
validwords wordle-accurate word generation 2022-01-13 10:17:48 +03:00
wordle-hs.cabal wordle-accurate word generation 2022-01-13 10:17:48 +03:00

readme.md

wordle-hs

a Wordle clone in Haskell, made with help by skye

build

cabal build then find executables in build/, might need a cabal update first (or just cabal run)

use cabal run -- wordle-hs --daily for wordle-accurate daily stuff