
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 MonoGame …
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.
Documentation - MonoGame
MonoGame is a simple and powerful .NET framework for creating games for desktop PCs, video game consoles, and mobile devices using the C# programming language. It has been successfully used to …
MonoGame Showcase
There have been 1000s of games, libraries, and tools made using MonoGame over the years. We have gathered a taste of those titles here from the big hits to the small hidden gems.
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.
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 Foundation.
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 access to the …
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 to …