Topic 1.5 - Enumerations

This provides a quick recap of how to make an enumeration to have different states in your game/program.  You can use the enumeration to run different logic in Update() and draw different items in Draw().

Topic 1.5 - Enumerations

Solutions to this here: https://github.com/AldworthClass/Enumerations-in-Monogame

What to Do?

1 - Download the fruit images from the Files section at the bottom of the page and add them to an Images folder using the MGCB Tool.

2 - Complete the tutorial below.

What to Hand In?

Nothing for this part.

Tutorial

Topic 1.5 Enumerations.pdf

Files