Countdown Game
For our first week of the new term we built a cool Countdown game using Microsofts Arcade editor
We chose a main player to move around the screen using the arrow keys
We set a countdown timer to 60 seconds along with 3 lives
We created another character to collect to increase our time. It spawns randomly anywhere on the screen
When we overlap this character, it dissapears and adds 10 seconds to our clock
I have gone on and created a duplicate bad character, if we collect this one, we loose 10 seconds off our clock
Have a look at the code below and test it out in the web simulator
Try remix it, add new functionality :)