This project looks at how to build your own blocks. It will help make a game or a larger project easier to build and debug. This is a number guessing game. It uses blocks within blocks to make the code easier to read and easier to debug.
Collect a number guess from the user Keep track of the number of guesses required Tell the user if the guess is “higher” or “lower” than the chosen number, and collect another guess When the number is guessed, congratulate the player and report how many guesses it took them Ask the user if they want to play again Bonus: if the number of guesses exceeds some value (7?) tell the player they lose and end the game.