/console-wordle

A version of wordle for the console

Primary LanguageC++MIT LicenseMIT

console-wordle

A version of wordle for the console

The words used for this projects are from https://github.com/dwyl/english-words

Nonexistent means that that letter isn't present in the word that your guessing Contained means that it's contained the word that your guessing Matching which means that it's in the correct position

This version of wordle is slightly different

To compile just compile Main.cpp with your favorite C++ compiler