AndyObtiva / glimmer_wordle

Glimmer Wordle - Play Wordle Endlessly with No Limit!
MIT License
10 stars 0 forks source link

Show the correct word when all attempts have failed? #3

Closed kojix2 closed 2 years ago

kojix2 commented 2 years ago

Hi!

I am not very good at English. All my English is written by Deepl or Google Translate. So I often can't get to the correct answer until the end. It would be nice if the correct word is shown when you fail.

image

AndyObtiva commented 2 years ago

Done! (in v1.1.0)

In this example, the answer was SAUCY: Screen Shot 2022-02-27 at 7 36 24 PM

AndyObtiva commented 2 years ago

@kojix2 Just a quick note that I added official support for Linux by improving the fonts/look and feel in v1.1.3

Linux screenshot

Also, you should be able to download as DEB or RPM on Linux now, or alternatively use the Ruby gem successfully (the gem had an issue before, but it's fixed now)

kojix2 commented 2 years ago

Thanks for your reply I installed the deb package of glimmer-wordle on Ubuntu.

Look at the dpkg -L command.

dpkg -L glimmer-wordle

I found that all files are installed in the /opt directory. So GUI apps made with JRuby and glimmer-dsl-swt can be packaged like this.