Finding Tutorials

Hello, everyone! I am new to this programming thing and was wondering if any of you guys on here can direct me to tutorials on how to build 2D Platformer shooter games wit MonoGames and Visual Studio. Also do you need to use both MG and VS to make a game? Thank you!

Here is a basic overview

http://www.monogame.net/documentation/?page=Tutorials

yes, you need both mg and vs

Thank you for the link!

Well, you don’t have to use Visual Studio. You can use another IDE or even just a text editor and MSBuild if that’s the way you roll :slight_smile:

You can also use MonoDevelop if you plan on using C# or VB.NET with MonoGame, though for VB.NET MonoGame does not have any project templates available as of yet.

MonoDevelop can be downloaded from the following link for free… enter link description here

MonoDevelop is somewhat similar to Visual Studio but is scaled down a bit since it does not come with all the bloat.

However, if you prefer to work with Visual Studio and need to learn about its use you may purchase the following book from Amazon.com Microsoft Visual Studio 2015 Unleashed.

Though Visual Studio 2017 is now available the books for it have not caught up yet. This 2015 book nonetheless, will help you out just fine…