StoredGame

This is the game data format that is stored in LocalStorage

IStoredGame

Property
Type

id

string

gameOrder

number

guesses

Array<IProcessedGuess>

lives

number

totalPossibleLives

number

active

boolean

hasWon

boolean

hasLost

boolean

Last updated