This game is what I call Flappy Birdish - and will focus on left to right movement in addition to "moving backgrounds" - which is a classic game and cartoon animation effect.
Open and REMIX the STARTER PROJECT to get started - GET YOUR NAME in the title of your project.
You only need to do THREE of the Add On's See below.
Adding a "Game Level" is important to figure out for your own game coming soon....
You can customize the bird if you like, but your sprite will need TWO Costume states to make it look like it is flapping.
Note: Figure out a way for your user to easily "Start Over" or "Play Again" - often you just need a new starting position for your Sprite/Bird - but use needs to play a second time.
**send your game 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**
The trickiest part of this project is understanding how your code gets the backgrounds to move right to left smoothly.
Watch that video a few times until you understand how the "distance traveled variable" and the "X" coordinate are working together to move the Cave sprites.
Don't forget to include these THREE Add On's
Also - figure out a way that someone can easily "Play Again" and start over smoothly after their bird dies :)