https://github.com/seuristic/wordle-clone
Simple Wordle clone built with C++ inspired by https://www.nytimes.com/games/wordle/index.html
https://github.com/seuristic/wordle-clone
Last synced: 2 months ago
JSON representation
Simple Wordle clone built with C++ inspired by https://www.nytimes.com/games/wordle/index.html
- Host: GitHub
- URL: https://github.com/seuristic/wordle-clone
- Owner: seuristic
- Created: 2022-04-30T05:33:21.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-05-15T08:59:36.000Z (about 3 years ago)
- Last Synced: 2025-02-06T21:16:00.798Z (4 months ago)
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Wordle Clone in C++
Simple Wordle clone built with C++ inspired by the original one### Instructions to run-
1. `make`
2. `./main`