Make a scoreboard

Edited

Make a game with variables? Here's a scoreboard that shows the player the current value of score and health variables.

The scoreboard will dynamically update as the game progresses. Notice how this code uses the join block to smush several pieces of text together. Computer scientists call this string concatenation.