> For the complete documentation index, see [llms.txt](https://csharp.progdocs.se/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://csharp.progdocs.se/annat/monogame/monogame-projekt.md).

# Monogame-projekt\*

## Skapa ett projekt

Skapa ett nytt ".Net Project" som vanligt, men istället för Console App väljer du **MonoGame Cross-Platform Desktop Application**.

## Projektstruktur\*

* Program.cs
* Game-klass
  * Initialize
  * LoadContent
  * Update
  * Draw
