a wordle clone in Haskell
Go to file
Jill 416ce7f5ba yeah 2022-07-30 23:25:54 +02:00
app wrap around the word list for daily wordles 2022-01-13 10:24:11 +03:00
.drone.yml yeah 2022-07-30 23:25:54 +02: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