This part of the site shows you how easy it is to get a 2D MonoGame program up and running! This tutorial is aimed at people who would to start game programming in MonoGame and see some nice results in the shortest possible time. To this end, MonoGame is an ideal programming environment. Using C# as programming language, the code looks very much like Java, so anyone having some notions of Java should be able to start right away. Even more, this tutorial is written in such a way that anyone who has any programming experience should be able to completely understand and complete it!
Each chapter of this series starts by explaining a 2D game programming concept, which is then put to practice by adding the code to our project. This helps you gradually building up your MonoGame skills, and in the end, you will have created a complete 2D game!
The game we will create looks pretty simple, but don’t be mistaken: at the end of the series you’ll know enough to create almost any 2D game!
Below I have listed some of the concepts you’ll learn in this series of tutorials:
During this series you will need to download the following resources: This section will be updated once the entire series has been uploaded!
Below you can find some screenshots of this series of 2D MonoGame Tutorials. The code is written in such a way that you can easily adjust the resolution. For an example of a larger screenshot, click here.
During this series you will need to download the following resources:
You can find the full upgraded source for this chapter here: