Make your First Game with .NET and MonoGame

Chris Gomez presents a hands-on introduction to building games with .NET and MonoGame, showing how beginners can start developing 2D games on Windows and Linux.

Make your First Game with .NET and MonoGame

Featuring: Chris Gomez

Are you curious about making your own video games? This session guides you through using .NET and MonoGame, a popular open-source game development framework, to build your very first 2D game. No prior game development experience is necessary – just a willingness to learn and experiment!

What You'll Learn

Why .NET and MonoGame?

Getting Started

  1. Set up your development environment:
    • Install .NET SDK (version 10 recommended)
    • Download MonoGame project templates
    • Optional: Choose your preferred IDE (Visual Studio, VS Code)
  2. Create a new MonoGame Project:
    • Initialize a new 2D game project
    • Review generated code and project structure
  3. Build and Run:
    • Write your first game logic (drawing sprites, handling input)
    • Run the game on Windows and Linux

Further Resources

This introductory video is designed to help you kickstart your journey in coding while having fun building games!