This platform game is super fun, and it will be pretty easy considering all the things you already know how to code from the prior games & projects.
You should also start to recognize common coding functions across all the games - so things will go faster for you now. Here are some o the functions you have used in the past projects:
Loops
If Then Else
Conditions
Event triggers
Follow the directions and watch the videos in order.
Open and REMIX the STARTER PROJECT to get started - GET YOUR NAME in the title of your project.
You need to do ALL THE ADD ONs
(they are really necessary to make the game fun and playable for the user)
When finished, use the button to share Google Classroom. (be sure to test your game first)
**send your game link to someone else to try and make comments before you turn it in to me - this is a very standard process in high tech - they use testers, or gamers to find bugs and make recommendations on things to fix**
Login to CS First and Look for the Platform Game: https://csfirst.withgoogle.com/login
Is your monkey falling right through "moving" platform?
Try changing the ORDER of the COLOR SENSING COMMAND.... make sure the SHOE color is First then the BLACK platform:
Try adding a slight wait command in between movements (see sample code below).
If the platform is in constant motion, then the sensor code may consider that it never is really touching long enough and is not pickup of the color conflict.
Here is what I tried and then the Monkey stuck to the moving platform - for the brief moment when the platform is NOT moving!!