
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.
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 …
Community | MonoGame
The MonoGame community site!
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 …
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 …
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.
Setting up your development environment for VSCode - MonoGame
This is a guide on setting up your development IDE for creating games with MonoGame using Visual Studio Code. By following this guide, you will learn how to install the necessary tools for …