https://github.com/jtpeller/verse
Wordle-like game based on NYT's version. Has unlimited plays, a bot to compete against, variable word length, etc.
https://github.com/jtpeller/verse
bootstrap bot css html javascript web website word-list wordle wordle-clone wordlist
Last synced: about 2 months ago
JSON representation
Wordle-like game based on NYT's version. Has unlimited plays, a bot to compete against, variable word length, etc.
- Host: GitHub
- URL: https://github.com/jtpeller/verse
- Owner: jtpeller
- License: gpl-3.0
- Created: 2024-01-31T03:27:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-07-15T16:36:06.000Z (12 months ago)
- Last Synced: 2025-07-16T12:39:41.152Z (12 months ago)
- Topics: bootstrap, bot, css, html, javascript, web, website, word-list, wordle, wordle-clone, wordlist
- Language: JavaScript
- Homepage: https://jtpeller.github.io/verse/
- Size: 2.34 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# verse
Wordle-like game based on NYT's version. Has unlimited plays, a bot to compete against, variable word length, and more!
Word list originated from: [Linux Wordfile](https://users.cs.duke.edu/~ola/ap/linuxwords)
The word list was modified; capitalized words removed (proper nouns). Each was separated into their own category.
View the code in your browser at: [Verse](https://jtpeller.github.io/verse)
## Upcoming Changes
I would like to implement the following changes:
- A solving page. Would like to have a page that can find the word given clues.
- Hints mode. Gives hints like probabilities of next letter to narrow down more.