Wordy is a fun word-guessing game inspired by Wordle. Unlike Wordle, Wordy is not limited to 5-letter words, making it an exciting challenge for word enthusiasts. Test your vocabulary and word-guessing skills while enjoying a relaxing gaming experience.
Make sure you have Go installed. Then clone the repo
git clone https://github.com/fvrrvg/wordyBuild it.
cd wordy
go build -o wordyRun
./wordyDownload the latest release from here and run it.
brew tap fvrrvg/tap
brew install wordy- --common (-c): Guess a common word
- --rare (-r): Guess a rare word
- --help (-h): Display the help message
- --rules (-R): Display the rules of the game
If you'd like to contribute to Wordy, feel free to open an issue or submit a pull request.