a wordle clone in Haskell
Go to file
Jill c26da42903
ci/woodpecker/push/woodpecker Pipeline is pending Details
woodpecker
2022-07-30 23:27:27 +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
.woodpecker.yml woodpecker 2022-07-30 23:27:27 +02: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