hdegroot / zwordle

ZWORDLE
MIT License
2 stars 1 forks source link

Calculate score per word #1

Closed mbtools closed 2 years ago

mbtools commented 2 years ago

This version determines a score per word based on the relative frequency of the suggested letters in a word.

The score is then used to rank the output.

image

hdegroot commented 2 years ago

Marc, this is so cool! I like the SCORE-feature! Thank you for adding it!

Unfortunately I'm on a 7.31 system which doesn't support the VALUE statement :-(

I'll merge your pull request later today.

I also have to install the free ABAP version now so I can run your enhanced version. That will take a weekend. With a little bit of luck this weekend. My first repo on Github and even a pull request! I like this ABAPGit thing :-)

mbtools commented 2 years ago

no worry, i will change the syntax so 7.0x so everyone can use it :-)

mbtools commented 2 years ago

a little note: putting the "last changed" date into the code doesn't work well. you can remove it since you can always check on GH who changed what when.