MakeCode 1.1 - Creating Tiles

In this lesson we will be selecting or making our game tiles - In MakeCode these are called Assets 

Assets are things you intend to use when completing a project - in this case our game.

TasksCompleted?
Create the Pirate ShipYes / Not Yet
Create the Map TilesYes / Not Yet
Build the MapYes / Not Yet


Step 1 - Sprite - Pirate Ship

Use the asset editor tool to create a Pirate Ship sprite.

Step 2 -  The Map tiles

    • Tiles -
      • Path to follow - Ocean
      • Barriers - Rocks
      • End Point - Beach 
      • Start Point - Pier

    Step 3 - Building the Map

    Use the tilemap tool to build your maze.

    Next we will code the start of the game.


    On Start controls

    Login to

    Microsoft MakeCode Arcade

    Learning Intention

    Can I create a playable game?

    Success Criteria

    I can create sprites and tiles for my game

    I can use a simple graphics editing tool

    I can plan and create a tiled map