My Pseudocode for Bulls & Cows

// WELCOMING THE PLAYER

// Setting Up Game

// Check number of characters of HiddenWord
    
// Set Lives based on number of characters of HiddenWord
    
// Prompt Player For Guess



// CHECKING PLAYER GUESS
    
// Check If Isogram  
// Prompt To Guess Again    
// Check Right Number of Characters
// Prompt to Guess Again

// While lifes > 0
//      Show Lives Left
//      Check is Guess correct?
//             If Yes Guess Again
//             If No Remove Life    
// Print fail message and HiddenWord?
// Prompt to play Again, Press Enter to play again
// Check user input
// Play Again or quit
1 Like

Nicely done!

Privacy & Terms