An open API service indexing awesome lists of open source software.

https://github.com/vardan2009/cwordle

Wordle game recreated in C
https://github.com/vardan2009/cwordle

c cli wordle

Last synced: 9 months ago
JSON representation

Wordle game recreated in C

Awesome Lists containing this project

README

          

# CWORDLE
The famous Wordle Game, recreated in C in ~2 hours
![image](https://github.com/user-attachments/assets/3ee621f1-e6a7-47be-9d24-7d04eb9f4b87)

## 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)