Designed a implementation of WORDLE executable built in C++.
⸜( ˊᵕˋ )⸝ HOW TO PLAY:
Players have a maximum of 6 lives. Each guess must be 5 letters in length.
Letter indicates correct letter location
'+' indicates correct letter wrong location
'x' indicated no letters matched
Word List is from words.txt; words.txt provided as base with topic: Animals txt. format must be:
#topic
word
(°▽°)/ Requirements to run: an IDE
Recommended IDE: Visual Studio Code