Jet pac joyride. This builds a bigger project by using what we've worked on already: - Moving and costumes (the main character( - Random numbers (for where objects appear) - Cloning (for the background and the coins)
DAY 1: 1- Paint the backdrop and background sprite 2- Get it moving - continuously create clones on right, move each clone all the way to the left 3- Bring in cat - Fall down, when touching ground start running. 4- If space pressed go up (note double if/else block..). Optionally, make him lean when flying/running. (I used Blocks to simplify the code, you don't have to) DAY 2: 1- Paint a buzzer. Wait random seconds and have it appear on right and move to the left. If hits cat, game over. 2- Paint the rocket and do similar - but it waits a second before moving and it moves quicker across the screen. 3- Create coin sprite and wait random seconds. Use similar approach to backdrop sprite to have them appear in groups of 5 and move to the left. 4- Bring in a score and each hit of coin is a point (delete clone, pop) Could add some ideas of your own e.g.: - New costumes - Other hazards e.g. dripping goo, or flames from ground