Hows My Psuedo Code?(bull and cow game)

Hey Guys! What do you think about my Psuedo code?
I started to seriously code since I’m persuading software engineering, so any ratings and advice are greatly appreciated!

Start Game
Begin play();
Set HiddenWord
Set Lives
/ (wait for
/\ user input)
was there any characters?
is it an isogram?
if yes, “You won!”
if no, lose a life
Check for lives
are lives > 0?
if yes, prompt to guess again
if no, Show Gameover and the Hiddenword
check input
play again or exit

1 Like

Looking good! All the logic makes sense! Keep it up!

Privacy & Terms