Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 355 Bytes

README.md

File metadata and controls

8 lines (7 loc) · 355 Bytes

CWORDLE

The famous Wordle Game, recreated in C in ~2 hours image

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)