XNA

MonoGame Tutorial: Textures and SpriteBatch

  Now we move on to a topic that people always seem to love, graphics!  In the past few chapters/videos I’ve said over and over “don’t worry, we will cover this later”, well… welcome to later. We are primarily going to focus on loading and displaying textures using a SpriteBatch.  As you will quickly discover, […]

MonoGame Tutorial: Creating an Application

  In this chapter we are going to look closely at the structure of a typical XNA game.  By the end you should have a better idea of the life cycle of a typical MonoGame application, from program creation, loading content, the game loop, unloading content and exiting.   If you prefer videos to text, […]

MonoGame Tutorial Series

  This tutorial series covers all aspects of using the open source and cross platform MonoGame framework, the spiritual successor to the XNA game library.  We will be covering all facets of game development using MonoGame. This tutorial is available in both text and video tutorial format. Additionally it is available as an e-book for […]

Getting Started with MonoGame on Windows

  This tutorial is a quick guide on getting MonoGame up and running on Windows OS.  The process is incredibly straight forward, with two options on how to proceed.   First you are going to need a development environment, of which two options are available.  Xamarin’s Xamarin Studio or Microsoft’s Visual Studio.  If you wish […]

Scroll to Top