Link to original project: https://scratch.mit.edu/projects/2960179/
Note: Recommended to do this project only once you’ve covered the gravity lesson in Ninja Grey Hat
Key things to do:
- Create code for gravity
- Have at least one object move based on gravity
Possible extra things to add:
- Multiple objects that move around and bounce off each other
- Change how strong the gravity is (hint use variables to store this)
- Be able to move a character around with arrow keys
- Invert gravity
- Using a custom block to control gravity