Alvaroalonsobabbel / wordle

Play the NYT daily Wordle from the comfort of your terminal!
6 stars 0 forks source link
go golang terminal terminal-based terminal-game wordle wordle-game wordle-go

Terminal Wordle

GitHub go.mod Go version Test Latest Release

Play the NYT daily Wordle from the comfort of your terminal!

drawing

⚠️ this assumes you know how to use the terminal! If you don't you can find out how here.

Install

For Apple computers with ARM chips you can use the provided installer. For any other OS you'll have to compile the binary yourself.

ARM (Apple Silicon)

Open the terminal and run:

curl -sSL https://raw.githubusercontent.com/Alvaroalonsobabbel/wordle/main/bin/install.sh | bash

Compiling the binary yourself

  1. Install Go
  2. Clone the repo git clone git@github.com:Alvaroalonsobabbel/wordle.git
  3. CD into the repo cd wordle
  4. Run the program make run

How to Play

You can check the official Wordle rules here.

  1. Start Wordle by running wordle in your Terminal.
  2. Have fun!

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.

Options

Enables Worlde's hard mode.

wordle -hard

Prints current version.

wordle -version

Removes the status file.

wordle -rmstatus