solve a wordle game interactively #3

Closed
opened 2024-07-22 13:19:49 +02:00 by cscherrNT · 0 comments
Collaborator

Let the user give the results of each guess, and let the solver guess the next guess from that.

  • generate responses interactively
  • let the user input a guess they made, don't always force a guess made by the solver
  • use a libpt cli repl, this seems like a good usecase
  • add option to solve a native game interactively
  • make it actually do correct guesses (the naive solver seems to be used, but it spits out crap)
Let the user give the results of each guess, and let the solver guess the next guess from that. - [x] generate responses interactively - [x] let the user input a guess they made, don't always force a guess made by the solver - [x] use a libpt cli repl, this seems like a good usecase - [x] add option to solve a native game interactively - [x] make it actually do correct guesses (the naive solver seems to be used, but it spits out crap)
cscherrNT added the
Kind/Feature
Priority
Medium
Reviewed
Confirmed
labels 2024-07-22 13:19:49 +02:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: PlexSheep/wordle-analyzer#3
No description provided.