Play the NYT daily Wordle from the comfort of your terminal!
⚠️ this assumes you know how to use the terminal! If you don't you can find out how here.
For Apple computers with ARM chips you can use the provided installer. For any other OS you'll have to compile the binary yourself.
Open the terminal and run:
curl -sSL https://raw.githubusercontent.com/Alvaroalonsobabbel/wordle/main/bin/install.sh | bash
git clone git@github.com:Alvaroalonsobabbel/wordle.git
cd wordle
make run
You can check the official Wordle rules here.
wordle
in your Terminal.You can quit the game at any time by pressing Ctrl C
Status is held every time you quit the game or the game ends. The status will be automatically cleared when there is a new Wordle available or by manually by using the -rmstatus
flag.
Enables Worlde's hard mode.
wordle -hard
Prints current version.
wordle -version
Removes the status file.
wordle -rmstatus