Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/octokatherine/word-master
A Mastermind-like word guessing game
https://github.com/octokatherine/word-master
game react
Last synced: 25 days ago
JSON representation
A Mastermind-like word guessing game
- Host: GitHub
- URL: https://github.com/octokatherine/word-master
- Owner: octokatherine
- License: mit
- Created: 2021-12-12T05:22:53.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-20T10:50:42.000Z (6 months ago)
- Last Synced: 2024-10-04T10:14:23.703Z (about 1 month ago)
- Topics: game, react
- Language: TypeScript
- Homepage:
- Size: 6.14 MB
- Stars: 382
- Watchers: 6
- Forks: 237
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Word Master
🔗 https://octokatherine.github.io/word-master/
Heavily inspired by [Wordle](https://www.powerlanguage.co.uk/wordle/), Word Master is a word guessing game similar to Mastermind. I created this because I love Wordle, but the once a day limit leaves me wanting more.
## Rules
You have 6 guesses to guess the correct word.
Each guess can be any valid word.After submitting a guess, the letters will turn gray, green, or yellow.
- Green: The letter is correct, in the correct position.
- Yellow: The letter is correct, but in the wrong position.
- Gray: The letter is incorrect.## Contributing
Feel free to open an issue for any bugs or feature requests.
To contribute to the code, see [CONTRIBUTING.md](https://github.com/octokatherine/word-master/blob/main/CONTRIBUTING.md)