Collect all the items

This week we started a new game in the Arcade editor, we have to collect all the items on screen before the time runs out

We move to the next level if we make it, each level has an extra item to collect

This first thing we did was create 4 variables to manage parts of our game, level, count, index and item

We also got introduced to functions this week

We created a function that builds a new level for us, it picks a background colour, sets how many items, show the player what level we are on

Next week we will set up how to collect each item

Check out the full code below

Next
Next

Reversed Gravity Finished