Tuesday, November 15, 2016

Catherine's Guessing Game

Try Catherine's Guessing Game

Click on the green flag to start and try and guess the number. 


To make this game we can use the concept of decomposition (breaking down the coding into parts). For the guessing game we have to think about 3 conditions; one your guess is to high, two your guess is too low and three you guess is correct.

We used two main control blocks the forever block and the if      then block. We use three operators greater than (<), less than (>) and equal (=). 
- See the code at the bottom of the post.
     



Hatsune Miku https://en.wikipedia.org/wiki/Hatsune_Miku


I liked the way Catherine used these images in her game. I thought they were funny and added to the visual appeal of her game. See below: 


I did some research and found out the name of this character. When creating projects always make sure you give credit to the owner of the original content such as the artist. Be careful not to use content that may be under copyright laws. It is best to use your own images or one that are part of the Creative Commons. https://creativecommons.org/about/






Catherine's Code:


No comments:

Post a Comment