Just a worse command line version of Wordle written in C++
- Download code as ZIP file (Code > Download ZIP)
- Unzip the file, and open a command line window in the resulting folder
- To compile the code, use the command
make all
(no need to recompile after the first time)
- Download and compile the code (instructions above)
- Type the command
./wordle
- Download and compile the code (instructions above)
- Type the command
./settings
- Once you've run the settings program at least once, you can edit the configs/settings.json file directly, or you can continue to use the
./settings
command to adjust settings
- This code uses the nlohmann JSON library