Skip to content

lazy-guy/wordle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

WORDLE.cpp

A dead-simple wordle game in your terminal

Just compile the wordle.cpp using any modern C++ compiler and run the executable. For example, using g++:

g++ wordle.cpp -o wordle
./wordle

About

A dead-simple wordle game in your terminal

Resources

Stars

Watchers

Forks

Languages