# Prints a tiny scoreboard line for one player. # Used to check the score formula by eye. base = 50 # everyone starts the round with 50 bonus = 25 # reward for a no-damage run print("Score: " + str(base + bonus))