A command Line Wordle clone.
This is a natural response to a newsletter post Perl Weekly News which ended "Any way, this has nothing to do with Perl".
It is a simple command line Perl application that is sort of replicates the Wordle Application. Would be nice to make it better, serve up diferent languages and work in different platforms. It relies on Term::ANSIColor and maybe Win32::Console::ANSI. This version uses a "words" file in the same directory as the program. If this file is not present, the Unix dictionary file in "/usr/share/dict/words" is tried. Scope is left to allow different lengths of words and different numbers of guesses.
now with game statistics
CHANGES
V0.02
V0.03
V0.05
v0.06
v0.07
v0.09