kodekulture / wordle-server

Multiplayer wordle game 🚀
7 stars 1 forks source link

Stop passing correctMsg to end users #9

Closed lordvidex closed 1 year ago

lordvidex commented 1 year ago

when fetching the details of a game, correct_word message is passed, and this is not necessary as all the user needs are his attempts. Besides, if the user has already guessed the word, (i.e. finished the game), he will be able to reconstruct the needed fields without hassle.