2022-08-23 Simple Game with Repeat-until Loop

by drmikeida
See Code Download Embed
The big ideas in this project are boolean (true/false) flag variables that are used to keep track of game conditions (when the game starts, when the game is over, whether the player has won or lost), and repeat-until loops that keep repeating until a condition is met (the game is over).

Created August 23, 2022

Last updated August 23, 2022

Published August 23, 2022