Resources for making awesome games with MakeCode Arcdade
Projectiles allow you to shoot fireballs or missiles in your game.
Tilemaps are a way of creating larger levels using small image tiles.
Animate your sprites!
Here is an example how to make a simple jump physics using velocity and acceleration.
There are some super helpful extensions if you want to add a health bar or other types of data to your game.
This example uses Sprite Data to give the enemies multiple lives. Make sure you add the "Sprite Data" Extension and read the comments!