TeamShiksha / the-vinci-code-game-stream

Created with CodeSandbox
https://codesandbox.io/p/github/TeamShiksha/the-vinci-code-game-stream
4 stars 10 forks source link

Stop the game as soon as a wrong input is entered. #4

Open sunnykgupta opened 3 weeks ago

sunnykgupta commented 3 weeks ago

Currently if you enter a wrong value, we allow you to enter all the remaining values before showing the score. We can short circuit it to simply stop the user from entering it and show the score as soon as a wrong value is entered.