archy-bold / wordle-go

A go-based Wordle implementation for the command-line. Can also solve and benchmark strategies.
GNU General Public License v3.0
1 stars 0 forks source link

Wordle Command Line

wordle command line tool running

A Wordle implementation for the command line, written in go.

Get It

Download the latest version for your system from the releases page.

Or clone the repo and run from there. You may need to re-build for your system first.

git clone git@github.com:archy-bold/wordle-go.git
cd wordle-go
./wordle

Build

go build -o wordle

Install

To install to your $GOPATH bin folder, run the following;

go install && mv $GOPATH/bin/wordle-go $GOPATH/bin/wordle
wordle

Run

Run the command with no arguments to play a game with today's word.

./wordle

Options