
MonoGame | MonoGame
As a free and open-source project, the MonoGame Framework is maintained by the MonoGame Foundation and developed along side contributions made by the community.
Getting Started - MonoGame
This section walks you through the basics of MonoGame, and helps you to create your first game. First, select the operating system and toolset you will be working with to create your first …
Documentation | MonoGame
Learn Whether you are just starting out with MonoGame or you have been using it for years, you can find all documentation and tutorials here.
MonoGame release 3.8.2 | MonoGame
Aug 16, 2024 · We are proud to announce the official release of MonoGame 3.8.2, the first of many releases we hope to start shipping more regularly with the formation of the MonoGame …
Community | MonoGame
The MonoGame community site!
Samples & Demos - MonoGame
This contains a vast array of samples demonstrating almost every feature of XNA, which is easily translatable to MonoGame. There are pre-converted samples available on the repository as well.
Understanding the Code - MonoGame
Within the Game1.cs class file, which is the core of any MonoGame project, you will find several critical sections necessary for your game to run: Using statements - which provide easy …
Setting up Visual Studio on Windows - MonoGame
To create new MonoGame projects from within Visual Studio 2022, you will need to install the MonoGame Framework C# project templates extension. The following steps demonstrate how …
MonoGame 3.8.1 - Releases - Community | MonoGame
Jul 25, 2022 · The most notable change for existing users is that MonoGame will only support .NET 6 and Visual Studio 2022 moving forward. Prior versions are now considered deprecated.
Building 2D Games with MonoGame | MonoGame
The goal of this tutorial is to give you a solid foundation in 2D game development with MonoGame and provide you with reusable modules that you can leverage to jump start future projects.