# Resources ## MonoGame Getting Started The following are links to official MonoGame documentation explaining how to get set up and basic API usage. - [MonoGame Documentation](https://docs.monogame.net/) - [MonoGame Getting Started](https://docs.monogame.net/articles/getting_started/index.html) - [Building 2D Games with MonoGame](https://docs.monogame.net/articles/tutorials/building_2d_games/) - [MonoGame Official Samples](https://github.com/MonoGame/MonoGame.Samples) - [MonoGame API Reference](https://docs.monogame.net/api/Microsoft.Xna.Framework.html) - [Game Class](https://docs.monogame.net/api/Microsoft.Xna.Framework.Game.html) - [SpriteBatch Class](https://docs.monogame.net/api/Microsoft.Xna.Framework.Graphics.SpriteBatch.html) ## Class Resources [Peer Review Template](_static/peer-review-template.txt) [BaseGame For Simple Draw Scaling](_static/BaseGame.cs) [CSE3902 Group Project Template](https://github.com/jholewinski/CSE3902ProjectTemplate/archive/refs/heads/main.zip) ## CSE 3902 Resources Created by Matt Boggus These are archived copies of CSE 3902 class material maintained by Matt Boggus. [2D Game Information/Art/Sounds](_static/boggus/gameresources.html) [MonoGame Information](_static/boggus/gameframework.html) [Agile Software Development](_static/boggus/alm.html) [Code Quality](_static/boggus/codequality.html) [Design Pattern](_static/boggus/designpatterns.html) [Visual Studio](_static/boggus/visualstudio.html) [C#, .NET, and Software Design](_static/boggus/csharp.html)