https://github.com/pbutcher/wordle-clone
A clone of Wordle, the popular 5 letter word guessing game.
https://github.com/pbutcher/wordle-clone
Last synced: 9 months ago
JSON representation
A clone of Wordle, the popular 5 letter word guessing game.
- Host: GitHub
- URL: https://github.com/pbutcher/wordle-clone
- Owner: PButcher
- Created: 2022-01-27T23:53:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-27T10:25:23.000Z (about 4 years ago)
- Last Synced: 2025-09-20T01:06:13.651Z (9 months ago)
- Language: JavaScript
- Homepage: https://codepen.io/pbutcher/pen/oNogxZW?editors=0010
- Size: 23.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# [Wordle Clone](https://codepen.io/pbutcher/live/oNogxZW)
Based on [Wordle](https://www.powerlanguage.co.uk/wordle), the popular 5 letter word guessing game.
Uses [Donald Knuth's GraphBase list of five-letter words](https://www-cs-faculty.stanford.edu/~knuth/sgb-words.txt).
Remix on [CodePen](https://codepen.io/pbutcher/pen/oNogxZW?editors=0010)