Skip to content

awdriggs-teach/makeCodeGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published