Skip to content

Files

Latest commit

Jun 7, 2023
b8e37fc · Jun 7, 2023

History

History
54 lines (41 loc) · 2.25 KB

README.md

File metadata and controls

54 lines (41 loc) · 2.25 KB

MakeCode Arcade Guide

Resources for making awesome games with MakeCode Arcdade

Projectiles

Projectiles allow you to shoot fireballs or missiles in your game.

Firing Projectiles to Destroy Enemies

shooting example

Projectiles in All Directions

shooting example

No More Spamming!

Limited Ammo

Tilemaps

Tilemaps are a way of creating larger levels using small image tiles. tilemap example

Animations

Animate your sprites!

Jump Example

Here is an example how to make a simple jump physics using velocity and acceleration.

MultiPlayer

Advanced

Data, HP bar, Labels

There are some super helpful extensions if you want to add a health bar or other types of data to your game.

Enemies with multiple lives

This example uses Sprite Data to give the enemies multiple lives. Make sure you add the "Sprite Data" Extension and read the comments!

Boss Level