Skip to content

RandomGamingDev/console-wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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