ProcessedGuess

This is the response you will receive after process a guessIProcessedGuess

IWord

Property
Type

correct

Array<string>

incorrect

Array<string>

approximated

Array<string>

alreadyGuessed

Array<string>

IGuessState

Property
Type

currentWords

string | null

baseWord

string | null

solved

boolean

approximated

boolean

IProcessedGuess

Property
Type

guess

string

lives

number

words

Array<IWord>

guessState

Array<IGuessState>

lives

number

totalPossibleLives

number

active

boolean

hasWon

boolean

hasLost

boolean

validGuessNumber

number

createdAt

Date

Last updated