Making a level editor
We now have our BounceBall
game completed, but we will want to create a level editor for it to make adding new levels easier. This will let both us and our players create levels with ease.
Our game may load levels, but even making a 12 peg level in Notepad can get tiresome. We're going to change this by creating a graphical level editor from scratch. This section will be a bit longer than normal, so we'll be using subsections to help group the steps together.