Dino Jump Clone
This week we got our first introduction to the Makecode Arcade editor
We started building a Dino jump clone
We created a tile map for our level and set the screen size to 10 x 8
We then highlighted the two bottom rows of blocks as our wall blocks, this means our character won’t fall through them
The next thing we did was set our spawn point and set up gravity
The last thing we did was set up jumping, we added a fix so we can only jump when we are touching the ground