CWORDLE The famous Wordle Game, recreated in C in ~2 hours Building make sure gcc is installed Compile main.c using gcc main.c -o build/main (or just run the build.ps1 if you have PowerShell) run build/main or build/main.exe (if on Windows)