Skip to content

karolis-KK/wordle-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Wordle Clone

Overview

This project is a C++ implementation of a Wordle clone, inspired by the original game Wordle

Feel free to add more words to the words.txt file. If you choose to do so, remember to update this line at the start of the code:

uniform_int_distribution<int> dist(1, word count);

I recommend running the code in VS Code, because the colours in the console output might not show up in other IDEs

Releases

No releases published

Packages

No packages published

Languages