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

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
StatusReleased
PlatformsHTML5
Authorfluffyponyy
GenrePuzzle
Made withpygame
TagsMy First Game Jam, Word game, Wordle
Average sessionA few seconds
InputsKeyboard

Comments

Log in with itch.io to leave a comment.

(+1)

Clever game, very funny