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.
Determine if a sprite is touching the edge of the LED screen in Microsoft MakeCode.
Find whether the sprite is touching another sprite you say.