a C90 implementation of PYRDLE
Go to file
2025-12-17 17:09:38 +00:00
include refactored for modularity 2025-10-06 14:58:25 +01:00
src one last fix 2025-12-17 10:08:03 +00:00
wordlists rename word files 2025-12-17 09:59:33 +00:00
.gitignore add readme and build script 2025-12-17 17:09:38 +00:00
build.sh add readme and build script 2025-12-17 17:09:38 +00:00
CMakeLists.txt refactored for modularity 2025-10-06 14:58:25 +01:00
cordle_dos_REAMDE.txt initial commit 2025-10-06 14:01:05 +01:00
CordleDosBoxLauncher.bat initial commit 2025-10-06 14:01:05 +01:00
CordleDosMakefile.mk initial commit 2025-10-06 14:01:05 +01:00
dosbox_config_cordle.ini initial commit 2025-10-06 14:01:05 +01:00
dosbox_cordle_configuration.ini initial commit 2025-10-06 14:01:05 +01:00
DosboxCordleLauncher.sh initial commit 2025-10-06 14:01:05 +01:00
DosBoxCordleSetupGuide.md initial commit 2025-10-06 14:01:05 +01:00
README.md add readme and build script 2025-12-17 17:09:38 +00:00

CORDLE - The C90 Version of Wordle

Requirements

  • C90 compiler (tested with gcc -std=c90)
  • Standard C library
  • Ncurses

Build

$ ./build.sh 
Building application.
Compile successful. Copying wordlists...
Build completed.

Run

$ cd build/cordle    
$ cordle  

Install

Just copy the cordle binary in the build directory to your $PATH. If you want to use the supplied wordlists, copy the wordlists directory to your binary directory as well. Or supply your own wordlist path using the command line options.