Getting Started with C# MonoGame in VS code

<p>If you want to run C# and MonoGame in VS code, here it is step-by-step! +&nbsp;<a href="https://github.com/RenatoCesarF/LearningCSharp" rel="noopener ugc nofollow" target="_blank">Presenting my project</a>.</p> <p>This is a tutorial for Windows users, Linux version coming soon.</p> <h1>For Game development, why MonoGame?</h1> <p>Here some points:</p> <ul> <li>The API is multi-plataform, allowing make games for Linux, Mac, Windows, Android, IOS, Nintendo Switch, X-Box, PS4 and etc.</li> <li>MonoGame was used to create some of the best indie games, like: Celest, Fez, Stardew Valley, Tower Fall and so on (more MonoGame games&nbsp;<a href="https://www.monogame.net/showcase/" rel="noopener ugc nofollow" target="_blank">here</a>).</li> <li>If you want to make games, why not just use Unity? Answer: I don&rsquo;t just want to make games, I want to improve my planning and engineering skills while learning C#. I think the best way to do that is to create something that, in order to grow, needs to be well built and developed.</li> </ul> <p><a href="https://medium.com/learning-c-by-developing-games/getting-started-with-c-monogame-in-vs-code-2c26c7f198c2"><strong>Visit Now</strong></a></p>
Tags: MonoGame Code