2022 Practice Create Task

by emily.doshier
See Code Download Embed
Pseudocode:

1. Welcome the User to the game and provide instructions on how to play.

2. Input:  Ask user to input an item they see on the beach.

3. Check to see if the item is a match.

4. If yes, then increment match count, check to see if match = 5, repeat if no, output user wins if yes.  If no match, increment strike count, check to see if strikes =3, if no, then repeat, if yes, the output user loses.

5. End the game after a win or loss and provide instructions from Waldo to play again.

Created February 8, 2022

Last updated February 11, 2022

Published February 9, 2022