go-wordle
This is a simple Go project implementing the popular word game Wordle. It provides a command-line interface for playing the game, allowing users to guess a five-letter word within a limited number of attempts.
You can found pre-builts here.
Install
You can build with
go install github.com/SahilRathod17/go-wordle@latest
and run from your /bin
./go-wordle
Or you can clone the project
git clone https://github.com/SahilRathod17/go-wordle.git
cd go-wordle
if you want to run
make run
or you can build
make get-tools
make