mvevans89 / woRdle

MIT License
1 stars 0 forks source link

Warning message when you submit a word of wrong length #8

Closed mvevans89 closed 2 years ago

mvevans89 commented 2 years ago

The following warning message prints if the user submits a word of the incorrect length

Warning message:
In this.guess.list == today_word_list :
  longer object length is not a multiple of shorter object length

This is from within the guess_fn, and prints after the score ASCII. Think just need to make this line silent