octokatherine / word-master

A Mastermind-like word guessing game
MIT License
377 stars 238 forks source link

Remaining Possibilities functionality & hard mode #68

Closed vandanparmar closed 2 years ago

vandanparmar commented 2 years ago

Added functionality to show remaining possibilities after each guess - to support with creating good strategy and guiding guesses when training for wordle.

vandanparmar commented 2 years ago

Just reading other features, the available words list produced along with the list of possibilities would also support creation of hard mode (effectively either changing / restricting the answers and words lists based on the regex created)

vandanparmar commented 2 years ago

Closes octokatherine/word-master#6

octokatherine commented 2 years ago

someone else already implemented the hard/easy mode feature