Wordle in the terminal
A version of Wordle played in the terminal via a Symfony Command.
- clone the repo locally
- open your terminal/console
- cd in to the wordinal directory
- install Symfony:
composer install
- play the game:
bin/console game:wordinal
- You have 6 attempts to guess a random 5 letter word*
- Press enter/return after typing your guess
- A Green tile means you have a correct letter and it's in the right place
- A Yellow tile is a correct letter but in the wrong place
- Grey letters are not in the word
*The game word list is an edited version (3527 words) of Donald Knuth's 5757 five-letter words list, removing the less common words and those which aren't so family-friendly.