Number Guessing Game - Build a Number Guessing Game

Tell us what’s happening:

I’ve spent hours working on this, and I’ve also searched online for solutions, but I’m still facing issues with the CodeRead test. My code works as expected, and everything seems to be functioning well, but the test still isn’t passing. The issues are:

If the username has been used before, it should display the correct message…
When the secret number is guessed, it should provide the correct output…

###Your project link(s)

solution: GitHub - NickoCAMS/number_guessing_game

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36 Edg/131.0.0.0

Challenge Information:

Number Guessing Game - Build a Number Guessing Game

Welcome to the forum @nsartori99

It looks like you are adding new player entries to your table each time the game is played.

You can test this out, by using a new player name and playing one game.
Then play another game using the same name.

How many entries are in the table for that player name?

Happy coding