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
- Host: GitHub
- URL: https://github.com/vardan2009/cwordle
- Owner: Vardan2009
- Created: 2024-07-22T10:26:57.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-07-22T10:47:10.000Z (almost 2 years ago)
- Last Synced: 2025-07-20T09:35:06.917Z (12 months ago)
- Topics: c, cli, wordle
- Language: C
- Homepage:
- Size: 49.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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)