Skip to content

Commit 4782293

Browse files
committed
Add introduction paragraph
1 parent bdf4a1d commit 4782293

File tree

1 file changed

+2
-0
lines changed
  • articles/tutorials/building_2d_games

1 file changed

+2
-0
lines changed

articles/tutorials/building_2d_games/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ title: Building 2D Games with MonoGame
33
description: A beginner tutorial for building 2D games with MonoGame.
44
---
55

6+
This tutorial covers game development concepts using the MonoGame framework as our tool. Throughout each chapter, we'll explore game development with MonoGame, introducing new concepts to build upon previous ones as we go. We'll create a Snake game, which will serve as the vehicle to apply the concepts learned throughout the tutorial. The goal of this tutorial is to give you a solid foundation in 2D game development with MonoGame and provide you with reusable modules that you can jump start future projects.
7+
68
## Who This Is For
79

810
This documentation is meant to be an introduction to game development and MonoGame. Readers should have a foundational understanding of C# and be comfortable with concepts such as classes and objects.

0 commit comments

Comments
 (0)