MCUmbrella/WordleHelper

[BUG] The letters in a line can be set repeatedly

Closed this issue · 1 comments

Description

Video shown below. After setting 5 letters you can set them again from the line start. The same applies to the case where numbers have been entered. Non-existent words won't be passed to the algorithm in this case, but it is possible to pass the wrong array.

Reproduce

Steps to reproduce the behavior:

  1. Open the program
  2. Type a valid word
  3. Type another valid word without typing numbers first
  4. See error

Expected behavior

Each word of the line can only be set once

Screenshots / videos

simplescreenrecorder-2022-03-03_20.06.57.mp4

Environment

  • OS: Kubuntu 21.04
  • Java version: openjdk 11.0.15
  • WordleHelper version: 2.1.3

Additional context

The bug still exists in the latest version. I may fix it when I have time.

fixed in release 2.4.0