a C90 implementation of PYRDLE
Go to file
2025-12-18 10:03:02 +00:00
dosbox more C90 strictness; move dos stuff into a dosbox folder 2025-12-18 10:03:02 +00:00
include refactored for modularity 2025-10-06 14:58:25 +01:00
src more C90 strictness; move dos stuff into a dosbox folder 2025-12-18 10:03:02 +00:00
wordlists rename word files 2025-12-17 09:59:33 +00:00
.clang-tidy more C90 strictness; move dos stuff into a dosbox folder 2025-12-18 10:03:02 +00:00
.gitignore more C90 strictness; move dos stuff into a dosbox folder 2025-12-18 10:03:02 +00:00
build.sh more C90 strictness; move dos stuff into a dosbox folder 2025-12-18 10:03:02 +00:00
CMakeLists.txt more C90 strictness; move dos stuff into a dosbox folder 2025-12-18 10:03:02 +00: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.