half-ogre / MonoGameQuest

A MonoGame port of BrowserQuest.
Other
13 stars 2 forks source link

MonoGameQuest

This is a work-in-progress MonoGame port of BrowserQuest. The idea is to make a game that is visually and behaviorally identical to BrowserQuest, but made as if it was an original MonoGame game (i.e., not a straight port), as a way to learn and explore 2D game development with MonoGame.

screenshot_092613_093049_am

Running Locally

Requirements

  1. Windows 10
  2. Visual Studio 2017 - Community edition works fine
    • .NET desktop development
    • Universal Windows Platform development (including the 10.0.10586.0 and the 10.0.10240.0 SDKs)
  3. MonoGame SDK 3.6
  4. Visual C++ Redistributable Package for Visual Studio 2013 - This is required by the MonoGame Pipeline Tool
  5. Enable Developer Mode for Windows 10