a wordle clone in Haskell
Go to file
Jill 0c2326f67f
continuous-integration/drone/push Build was killed Details
continuous-integration/drone Build was killed Details
drone ci stuff? hopefully?
2022-07-30 11:47:06 +02:00
app wrap around the word list for daily wordles 2022-01-13 10:24:11 +03:00
.drone.yml drone ci stuff? hopefully? 2022-07-30 11:47:06 +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