MonoGame Tutorials
Contents
External Tutorials
Beginner
Monkey Tap first game tutorial
MonoGame in Visual Studio Tutorial
Microsoft 2d MonoGame tutorial
MonoGame on Pluralsight (Sign up for a free trial)
Moderate
Adventure game tutorial series
XNA YouTube tutorials from same source as above
Tutorial Set 1
You should start by creating a new project, remember to give it a suitable name and test it runs before you start.
Creating An Instance of Your Player
Adding and Processing Player Input
Collision Detection
RPG Tutorial Series
Tutorial 2 – Field-of-View Calculation
Tutorial 3 – Exploring the Map
Game Resources
MonoGame.Extended
MonoGame.Extended GitHub, you must have MonoGame installed first:
Add functions to MonoGame - including Tiled maps
Alternatively, open your game project and click the project tab and select "Manage NuGet Packages". Within the NuGet package manager search for MonoGame.Extended, you will need to install this plus also:
- MonoGame.Extended.Content.Pipeline
- MonoGame.Extended.Tiled
- MonoGame.Extended.Graphics
MonoGame.Extended Resources:
Tiled
Tiled Website and Download:
Tutorials for using Tiled:
Written Version of Above Tutorials
Game Art
Tileset & game art: