Nordle
Wordle, but it doesn't like you very much.
Submission for Besties Game Jam 2025, with theme: "Make me feel an emotion." (target emotion: anger)
How to Play
Click on "Ready to start!". Enter a guess for the secret word. Correct letters in correct positions appear in hot pink, correct letters in the wrong position appear in yellow, and letters that are not in the secret word appear in grey. You can play again after inputting 6 guesses by pressing "enter".
Credits
- Referenced Absurdle dev notes
- Some UI code generated by an LLM
- Heart pixel art by @sabrina_ross
- Font is "Gold" from Humble Fonts asset pack
- Wordle word lists from here
Tools
- Programmed in Python with Pygame for UI
- Pygbag to create web build
Notes
After having the idea for a Wordle that changes the word with each guess, I found Absurdle online. I decided to implement my own algorithm for an "evil Wordle" that differs from Absurdle in two ways:
- Chooses next grouping of words based on lowest number of greens/yellows
- Sometimes nondeterministic (whenever two or more groups of words tie for the lowest number of greens/yellow, one group is selected randomly)
I also chose to keep it limited to 6 tries like classic Wordle, since it is not quite as difficult as Absurdle.
Updated | 4 days ago |
Published | 9 days ago |
Status | Released |
Platforms | HTML5 |
Author | fluffyponyy |
Genre | Puzzle |
Made with | pygame |
Tags | My First Game Jam, Word game, Wordle |
Average session | A few seconds |
Inputs | Keyboard |
Comments
Log in with itch.io to leave a comment.
Clever game, very funny