Skip to content

A version of Wordle played in the terminal via a Symfony Command.

Notifications You must be signed in to change notification settings

daveknights/wordinal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wordinal

Wordle in the terminal

A version of Wordle played in the terminal via a Symfony Command.

Setup

  1. clone the repo locally
  2. open your terminal/console
  3. cd in to the wordinal directory
  4. install Symfony: composer install
  5. play the game: bin/console game:wordinal

Play

  • 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.

Screenshot

Wordinal game screen shot

About

A version of Wordle played in the terminal via a Symfony Command.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published