Check my pseudo code, please!

It’s my first pseudo code and I think I understand correctly. Check or give advice, please!

    /* 
    Welcome message
    Set HiddenWord
    Set Lives
    Guess word

    Check if Isogram
        - Yes:
            Check Right word
                - Yes:
                    Show Win message and ask <Continue>
                - No:
                    Remove Life and check (Life > 0)?
                        - Yes: Try guess again
                        - No: Show Game over and ask <Continue>

        - No:
            Error message and try guess again


    <Continue>
        Continue?
            - Yes: *Restart*
            - No: Thank you message and *Quit*
    */
1 Like

Looking good! Now time to write the code :wink:

Privacy & Terms