Ivanjermakov Wordle Save

TUI version of the Wordle word puzzle game written in Haskell

Project README

wordle

TUI version of the Wordle word puzzle game written in Haskell

wordle

Features

  • Daily game mode (original Wordle words)
  • Infinite game mode
  • Custom word length
  • Custom max attempts
  • Custom target and guess dictionaries
  • Result sharing (emoji + ascii)
  • Hard mode

Install

From source

Install Stack

git clone https://github.com/ivanjermakov/wordle.git
cd wordle
stack install

From binary

Download the latest binary from the Releases page

wget https://github.com/ivanjermakov/wordle/releases/latest/download/wordle
chmod +x wordle
sudo mv wordle /usr/bin/

Usage

Usage:
  wordle [-idstgalvh]

Options:
  -i, --infinite              Infinite game mode (Default)
  -d, --daily                 Daily game mode
  -s, --ascii                 Print results in ASCII
  -t, --target-dict=<file>    Path to the target word dictionary
  -g, --guess-dict=<file>     Path to the guess word dictionary
  -a, --attempts=<number>     Number of attempts allowed
  -l, --word-length=<number>  Target word length
  -v, --version               Show wordle version
  -h, --help                  Show this message and exit

Credit

Open Source Agenda is not affiliated with "Ivanjermakov Wordle" Project. README Source: ivanjermakov/wordle
Stars
50
Open Issues
6
Last Commit
2 years ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating