Getting started with monogame
Remarks#
MonoGame is a managed code game-framework with cross-platform support. It is an Open Source implementation of the Microsoft XNA 4 Framework. Using the reliability of managed code with .NET and Mono and the support of many platforms, it simplifies the development of games on multiple platforms.
Platforms currently supported: iOS, Android, MacOS, Linux, all Windows platforms, OUYA, PS4, PSVita, and Xbox One.
Versions#
Version | Release Date |
---|---|
MonoGame 3.6 | 2017-03-01 |
MonoGame 3.5 | 2016-03-17 |
MonoGame 3.4 | 2015-04-29 |
MonoGame 3.3 | 2015-03-16 |
MonoGame 3.2 | 2014-04-07 |
MonoGame 3.0.1 | 2013-03-03 |
MonoGame 3.0 | 2013-01-21 |
MonoGame 3.0 Beta | 2012-10-25 |
MonoGame 2.5.1 | 2012-06-18 |
MonoGame 2.5 | 2012-03-29 |
MonoGame 2.1 | 2011-12-07 |
MonoGame 2.0 | 2011-10-28 |
XnaTouch 0.7 | 2009-12-02 |
Installation or Setup
Detailed instructions on getting monogame set up or installed.