You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the current implementation of the guessing game, a flash message is displayed every time the user guesses the correct answer. However, displaying a flash message for correct answers can interrupt the flow of the game and create unnecessary distractions for the user. This issue aims to enhance the user experience by automatically proceeding to the next game without displaying a flash message when the user guesses the correct answer.