Number Guessing Game - Build a Number Guessing Game

Tell us what’s happening:

I dont pass a test “If the username has not been used before, you should print Welcome, ! It looks like this is your first time here.” always

Your code so far

solid-computing-machine/number_guess.sh at main · 0x252/solid-computing-machine (github.com)

Your browser information:

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

Challenge Information:

Number Guessing Game - Build a Number Guessing Game

Example of output

$ ./number_guess.sh

Enter your username:40506

Welcome, 40506! It looks like this is your first time here.

Guess the secret number between 1 and 1000:

500

You don’t guess

Hi @Wipedlife

Try placing a space after the colon.

Happy coding