A simple UWP game for the Windows Store, written in C# and MonoGame
Перейти к файлу
microsoft-github-policy-service[bot] 493a9a5baa
Auto merge mandatory file pr
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days.
2023-06-12 20:28:19 +00:00
MonoGame2D Initial release 2017-03-06 21:49:08 -08:00
.gitignore changed Windows Store to Microsoft Store 2017-10-26 16:26:39 -07:00
CONTRIBUTING.md Initial release 2017-03-06 21:49:08 -08:00
IMAGE LICENSE Initial release 2017-03-06 21:49:08 -08:00
LICENSE Initial release 2017-03-06 21:49:08 -08:00
MonoGame2D.sln Initial release 2017-03-06 21:49:08 -08:00
README.md Update README.md 2019-07-18 18:28:26 -07:00
SECURITY.md Microsoft mandatory file 2023-06-02 20:02:45 +00:00
ThirdPartyNotices.txt Initial release 2017-03-06 21:49:08 -08:00

README.md

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
codefirst@microsoft.com

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.