This is a clone of the polular online word-guessing game, Wordle. To run WordleCLI
, clone this repository and enter the following commands:
javac WordleCLI.java
java WordleCLI
Handles duplicate yellows correctly:
NOTE: This program works only in terminals that support ANSI escape codes.