This program allows for playing the popular Wordle game where the answers (repeated weekly) are seven common medical/nursing terms for National Nurses Week and seven common medical/pharmacy terms for National Pharmacy Week!
Start date: 2022-08-23
The black is the provided display area.
Tree with Root Having Local Path | Generation Method | Description |
---|---|---|
https://github.com/anderjef/Wordle-Rx | Processing |
- JavaScript
- sketch.js—main program entrance containing all pertinent code
Visit https://anderjef.github.io/Wordle-Rx/.
Type letters or use the provided on-screen keyboard to append to the current guess, use backspace to correct errors, and press enter or return to submit a guess, looking to match the answer. Hints are provided for submitted guesses where green indicates a letter found in the correct location as the answer while yellow indicates a matching letter in the solution that is found at a different position in the word. Share your game by copying it to your device's clipboard.
- Jeffrey Andersen—developer
- https://www.nytimes.com/games/wordle/index.html—inspiration
- https://www.quordle.com/—inspiration
- https://raw.githubusercontent.com/tabatkins/wordle-list/main/words—valid words.txt
- https://werxltd.com/wp/2010/05/13/javascript-implementation-of-javas-string-hashcode-method/—generating a hash from a string