Getting Started
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 project, then continue reading to understand the basic layout of a MonoGame project.
Supported platforms
MonoGame supports the following platforms by default:
- Windows
- macOS
- Linux
- iOS
- iPadOS
- Android
- Xbox*
- PlayStation 4*
- PlayStation 5*
- Nintendo Switch*
Important
Platforms marked with a ""* require developer access from their host vendor platforms.
See Supported Platforms for more information.
Setting up and creating your first MonoGame Project
By the end of this tutorial set, you will have a working project to build for your target platform and will be ready to tackle your next steps.