STEP 4: Let's start adding characters to our game.

A sprite is a character, shape, or other object that we add to our scene.

  • Click on in the toolkit.
  • Drag out Person 1 and drop it at the bottom of your program.
  • Click Run to see a person sprite appear on the stage.

    microbit = codesters.Microbit() microbit.show_string("hello") stage.set_background("soccerfield")