[App] Wordle Boost

Post gaming related scripts
User avatar
Chunjee
Posts: 1443
Joined: 18 Apr 2014, 19:05
Contact:

[App] Wordle Boost

06 Feb 2022, 22:12

Recently my boss showed me this game Wordle and explained that he has an excel sheet to help him with letter choices. I thought ahk could do the same or better and I had fun building this.

Github:
https://github.com/Chunjee/ppa-wordleboost

Compiled exes:
https://github.com/Chunjee/ppa-wordleboost/releases


Image


I am planning on one or two more features but the basic functionality is done.
User avatar
Chunjee
Posts: 1443
Joined: 18 Apr 2014, 19:05
Contact:

Re: [App] Wordle Boost

10 Feb 2022, 16:36

v0.4.0

Added another tab for "Letter Probabilities" which helps visualize how likely each unguessed letter is in the final word.

This works by taking all the words that have not been eliminated; breaking them into individual letters; then counting how common that letter is in the remaining words. This should help with early and mid guesses. Obviously letters like 'z', 'q', and 'x' are a longshot. For example this may help with less obvious choices like guessing between a 'b' and a 'g'

Image
CompuDoc
Posts: 8
Joined: 06 Feb 2021, 07:47

Re: [App] Wordle Boost

14 Feb 2022, 15:58

Hi Looks like it will be great.
When I try to run the code I get
............/nodes_module can't be uploaded.
I guess I am doing something stupid, but cant find Nodes_module stuff

Steve
Attachments
image.png
image.png (8.02 KiB) Viewed 1990 times
User avatar
Chunjee
Posts: 1443
Joined: 18 Apr 2014, 19:05
Contact:

Re: [App] Wordle Boost

22 Feb 2022, 15:42

CompuDoc wrote:
14 Feb 2022, 15:58
When I try to run the code I get
............/nodes_module can't be uploaded.
if running from source; dependencies must be installed using npm install
npm is obtained by installing https://nodejs.org/en/

See installation in the README for more detail.
User avatar
Chunjee
Posts: 1443
Joined: 18 Apr 2014, 19:05
Contact:

Re: [App] Wordle Boost

07 Mar 2022, 02:35

released v0.5.0

Updated how the word suggestions tab is scored. They will now be scored according to the letter probabilities. In my experience so far this has greatly improved the exploratory word suggestions.

If you had a letter in both the blacklist and the other areas, it would both eliminate all possible words and also demand that letter be in the possibilities; you would just end up with zero final words. I changed it so that these letters will be removed from the blacklist automatically. I think this is good because of how the game works it will sometimes highlight a character in black because there isn't a second instance of that letter but you already found the correct position of the letter; which lead to erroneous blacklisting input in this app.
User avatar
Chunjee
Posts: 1443
Joined: 18 Apr 2014, 19:05
Contact:

Re: [App] Wordle Boost

16 Apr 2022, 23:05

released v0.6.0

The app was doing a lot of unnecessary work stringifying arrays; it should be much faster
User avatar
Chunjee
Posts: 1443
Joined: 18 Apr 2014, 19:05
Contact:

Re: [App] Wordle Boost

27 Apr 2022, 13:40

released v0.6.1

Fixes a small bug with quitting early
Clears all pages immediately instead of when data becomes available

Return to “Gaming Scripts (v1)”

Who is online

Users browsing this forum: No registered users and 11 guests