MakeCode Arcade – Project 5 – Boulder Dash
In this project you will learn about a new variable type in programming called an “array” and use it to help advance what we can do in our games.
The game in this project is called Boulder Dash where you play as a car that is driving through a very dangerous street that has boulders running through it. It is the player’s job to drive as long as they can without getting hit. In this game, we will learn just one of the many ways we can use arrays by using them to help with our movement and enemy spawn mechanics.
Course Content
Project 5: Boulder Dash