Lesson 5 - Add an Intro Screen

This will cover how you can add multiple screens and levels to your Monogame projects.

Lesson 5 - Add an Intro Screen

What to Do?

1 - Complete the tutorial Add an Intro Screen.

2 - Complete some of the suggested additions in the tutorial:

  • Add some text instructions for the user so they know how to proceed onto the TribbleYard

  • Add an End Game screen. This can happen:

          • After a certain amount of time has passed.

          • When the user clicks the mouse or presses a keyboard button.

          • After a certain number of bounces.

          • After a song is finished playing.

          • After some other event?

  • Add some music on the intro/game/end screen.

  • Anything else you can think of?

What to Submit?

1 - The completed programming task described in the tutorial, along with any completed challenges.

Lesson Tutorial - Adding an Intro Screen

Here is the image file used in this tutorial:

Monogame Lesson 5 - Adding an Intro Screen.pdf

Files