Whenever you make a game, there’s a point where you’ll need to chain together all of your scenes to create some global experience for the player — what we call the main game loop.
And, actually, creating a simple game loop to learn this chaining logic is quite easy!
So, ...