[GameCode Arcade] Jumpy Platformer Walkthrough
As for my ITDA course that I have attended, named "Makecode Arcade", I decided to try the game, "Jumpy Platformer" out, with game settings being modified. The objective of the game "Jumpy Platformer" is to complete all 6 stages without touching the enemies. LIFE is set to 10 in my version - this is the easiest the game can get. If LIFE START number is set to a number any more than 10, the game would be too easy. Makecode Arcade makes it that you have 3 lives by default.
My Game Settings (Not the settings of the game that have been set by Makecode Arcade):
Upon touching enemy: -2,500 points for each enemy
Upon jumping on enemy: 1,000 points for each enemy
Upon collecting coins: 500 points for each coin
Upon clearing a stage: 5,000 points for each stage cleared
Upon winning the game: 50,000 BONUS points awarded.
If you want to try games in Makecode Arcade (honestly that site exists), go to https://arcade.makecode.com/. You will find plenty of games and tutorials there.