Learn how to create images for the micro:bit LED screen using simple code examples.
Create, show, and scroll images on the LED display.
Resumes the game rendering engine after a pause in Microsoft MakeCode.
Pauses the game rendering engine to allow other animations on the screen.
End the game and show the score with a simple command in Microsoft MakeCode.
Start counting down time from the number of milliseconds you specify.
A function to decrease the number of lives remaining in a game by a specified amount.
Increase the number of lives remaining in a game by a specified amount.
Set the game life count to a specified amount in Microsoft MakeCode.
A guide on how to set and manage scores in Microsoft MakeCode games.
Find the number of points scored in your game.
Learn how to add to the current score in your game using the game.addScore function.