Skip to content

Releases: Gurge44/customized-wordle

Customized Wordle v3.1.0

14 Sep 07:20
b4d0aa6
Compare
Choose a tag to compare
  • Small fixes and improvements
  • You no longer get bonus time for finding a green letter twice, even if the word had that letter twice.

Customized Wordle v3.0.7

28 Jul 14:21
479a703
Compare
Choose a tag to compare
  • Small improvement

Customized Wordle v3.0.6

18 Jul 10:15
9c99a23
Compare
Choose a tag to compare
  • Small fixes and improvements

Customized Wordle v3.0.5

17 Jul 18:26
086f6c4
Compare
Choose a tag to compare
  • Minor fixes and improvements
  • Extended word databases with a few words
  • Option: Square Numbers on timers

Customized Wordle v3.0.4

17 Jul 10:20
630a6c9
Compare
Choose a tag to compare

Ok so it actually shows the correct version now

Customized Wordle v3.0.3

17 Jul 10:12
c51ebca
Compare
Choose a tag to compare

Title shows the version, not the error text

Customized Wordle v3.0.2

17 Jul 10:00
063480a
Compare
Choose a tag to compare

Error text now changes to show the version of the game instead of nothing (added due to the live website which only updates on releases)

Customized Wordle v3.0.1

16 Jul 19:16
bb7f887
Compare
Choose a tag to compare

Minor improvements

  • The game now lets you know what the correct answer was when you lose to a timer
  • Expanded the word database with "ufo" and "enzym"
  • Other small fixes

Customized Wordle v3.0.0

05 Jul 09:50
56eee4c
Compare
Choose a tag to compare

Main changes, fixes and additions:

Added the ability to customize the color of nearly everything you see on the page by 3 clicks.

  • Note: You need to click the green tick icon below the customization panel to apply the changes.
  • Note: Though the changes are applied instantly when you press the tick button, I would recommend doing a restart as well to apply your changes properly.

Added timers (all optional):

  • Main time limit, which expires when you aren't able to find the word within the given time (changeable).
  • Bonus time for each letter colored green (configurable).
  • Bonus time for each letter colored yellow (configurable).
  • Time penalty for each letter colored grey (configurable).
  • Time change (bonus/penalty) is visualized next to the main timer.
  • Show warning when only a configurable amount of seconds are left.
  • Per-Guess time limit, which expires if you don't make a guess within the given time. It resets every time you make a guess.

New menu.

  • There are now separate settings pages for general settings, color customization and timers,
  • so I switched to using instead of , and make a much nicer open/hide settings panels menu using icons instead of plain text.

Added Debug features.

  • Enable Logging to Console.

Fixed grey letters being colored yellow when they're right before a green letter of the same letter.

  • The for cycle responsible for this should now work correctly and more efficiently as well.

Added a minimalist firework animation when the correct word is guessed.

  • Shows only when "Enable Animations" is ticked.

Added a warning symbol next to the word length option if the selected word length has a weak database of words.

  • Note: The database is just me copy-pasting the longest word list I found on the internet, so I'm not responsible for this. I just added a warning before someone would complain about this.

Customized Wordle v2.1.0

14 Jun 20:46
5324001
Compare
Choose a tag to compare

Added the support for word length from just 3 letters up to 16!

  • Word Length is changeable in-game

Other changes

  • toastr now shows progress bar
  • current guessing row is highlighted in purple
  • letter boxes in current guessing row appear in aqua
  • when a guessed string is an invalid word, the current guessing row will have a red background color for a moment
  • keyboard buttons are now highlighted in blue when hovering over them
  • Restart button now has an aqua color
  • Optimized for loop at checkGuess() to skip unnecessary checks
  • when the correct word is guessed, the letter boxes bounce like in normal Wordle
  • prevent restarting while animations aren't finished (when guessing the answer word)
  • overflow is now always shown