LAB 16 Reflection
Jhoan Muy
AP Computer Science Principles
2/26/19
In class using Code.org we made two apps. The "Clicker" and the "Color Sleuth" app, both apps were made throughout each lesson and it was very helpful through out the lesson. In the Clicker game which was rather very easy required the use of the onEvent code which called for the apple when clicked to be positioned somewhere else within the screen. And the rest of the app just consisted of the design such as the background and the labels. On the Color Sleuth app it required more code. In this app the intention was to make four color boxes identical except one which a little different than the rest and with a slight change in color with the use of hexadecimal numbers being a bit off by adding it by 20 which allowed it to change its color not dramatically but different allowing the user to take time to figure it out which one isn't the identical one and we did this using randomNumber code because it all dealt with position such as the position of the altered color sleuth and the random colors which would be made. Overall two apps which developed my coding, by allowing me to use java code to make these apps.
AP Computer Science Principles
2/26/19
In class using Code.org we made two apps. The "Clicker" and the "Color Sleuth" app, both apps were made throughout each lesson and it was very helpful through out the lesson. In the Clicker game which was rather very easy required the use of the onEvent code which called for the apple when clicked to be positioned somewhere else within the screen. And the rest of the app just consisted of the design such as the background and the labels. On the Color Sleuth app it required more code. In this app the intention was to make four color boxes identical except one which a little different than the rest and with a slight change in color with the use of hexadecimal numbers being a bit off by adding it by 20 which allowed it to change its color not dramatically but different allowing the user to take time to figure it out which one isn't the identical one and we did this using randomNumber code because it all dealt with position such as the position of the altered color sleuth and the random colors which would be made. Overall two apps which developed my coding, by allowing me to use java code to make these apps.
Comments
Post a Comment