Hi there. Here is my Pseudo code for the Bull Cow Game. Does it make sense?
Welcome Player
Set up game:
Set the HiddenWord
Set Lives
Prompt player for guess
Hi there. Here is my Pseudo code for the Bull Cow Game. Does it make sense?
Welcome Player
Set up game:
Set the HiddenWord
Set Lives
Prompt player for guess
Here’s my take. Kind of abstract, not sure if I might be missing something though
// Check if is an isogram
// Prompt to guess again
// Check if is the right number of characters
// Prompt to guess again
// Remove Life
// Check lives > 0?
// if yes Guess again
// Show lives left
// if lives < 0
// Message GameOver and Hiddenword
// Play again y/n
// If yes, prompt intro and enter to start playing
// If no, quit game.
// Exit