Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 660 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 660 Bytes

WORDLE


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


Sample run:
image


(°▽°)/ Requirements to run: an IDE


Recommended IDE: Visual Studio Code