Scoreboard: Introduction

Scoreboard: Introduction

In the first project of this series, you will create a scoreboard.

We split the project into three stages to make it easier to digest.

First, you will create a panel that lists names using function calls.

Then, you will add a form that allows the player to enter their name and get listed in the panel.

Finally, you will load existing names and scores from a dictionary. This is necessary to later support saving and loading the scores.

We will not look at saving or loading data from a hard drive yet.

This is something you’ll learn later in the course, but this series will give you the necessary foundations to code game saves.

Community Discussion