Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 1.25 KB

File metadata and controls

28 lines (22 loc) · 1.25 KB
page_type description languages products statusNotificationTargets
sample
A sample app accompanying a tutorial that teaches you the basics of game development in MonoGame.
csharp
windows

Get Started with MonoGame 2D

Requirements

This app requires Visual Studio to run. Click here to learn how to get set up with Visual Studio.

Install and run the app

  1. Install MonoGame 3.6 for Visual Studio from monogame.net
  2. Clone or download this repository
  3. Open MonoGame2D.sln in Visual Studio.
  4. To run the app, press F5. To quit, press ESC.

Learn more about MonoGame and UWP

For a step-by-step walkthrough of the code, check out the MonoGame 2D tutorial on docs.microsoft.com.

To learn more about getting started with the Universal Windows Platform, see the Getting Started Hub

To learn how to publish apps to the Microsoft Store, see Publishing your Microsoft Store app.