Initialize Allows the game to perform any initialization Set game window properties Ex: title, height width, LoadContent & UnloadContent LoadContent will be called once per game and is the place to load all of your content. UnloadContent will be called once per game and is the place to unload your content. Ex: Graphics, Text Font,…
First Class Notes: The Basics
Overview: This class will cover the basic of monogame and little concepts of how C sharp works. Through the course we will be build a sidescroller game similar to Mario, Super Meat Boy, Megaman Framework: In computer programming, a software framework is an abstraction in which software providing generic functionality can be selectively changed by…