From fee4d0914740eb87cc07c08e5c7279b6c29e96f4 Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Sat, 21 Jun 2025 18:05:44 +0100 Subject: [PATCH 1/2] Add samples section to main docs links --- index.md | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/index.md b/index.md index c7e720a1..ee7b440a 100644 --- a/index.md +++ b/index.md @@ -7,11 +7,11 @@ description: MonoGame Documentation Hub

MonoGame Documentation

- Whether you are just starting out with MonoGame or you've been using it for years, you can find all documentation and + Whether you are just starting out with MonoGame or you have been using it for years, you can find all documentation and tutorials here.

-
+
@@ -44,6 +44,8 @@ description: MonoGame Documentation Hub
+
+
From 48cedb7151b5c7e3ba2b03862ca05071017c11e0 Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Sat, 21 Jun 2025 18:49:01 +0100 Subject: [PATCH 2/2] Updated samples page --- articles/samples.md | 179 +++++++++++++++++++++++++++++++++++++++----- 1 file changed, 162 insertions(+), 17 deletions(-) diff --git a/articles/samples.md b/articles/samples.md index 64259b21..8e79df15 100644 --- a/articles/samples.md +++ b/articles/samples.md @@ -1,28 +1,173 @@ --- title: Samples & Demos -description: Recommended samples and demos for learning how to use MonoGame. +description: The recommended samples and demos for learning how to use MonoGame. --- -The samples and demos below are recommended for learning how to use MonoGame. - -## Official MonoGame tutorial source - -- [Building 2D Games](https://github.com/MonoGame/MonoGame.Samples/tree/3.8.4/Tutorials/learn-monogame-2d) - ## Official MonoGame Samples -These are [the official samples](https://github.com/MonoGame/MonoGame.Samples) that contain the following: +These are [the official samples](https://github.com/MonoGame/MonoGame.Samples): + +## 2D Samples + +
+ +
+ +## 3D Samples + +
+ +
+ +## Community delivered full sample projects + +
+ +
-### 2D Samples - -- [AutoPong](https://github.com/MonoGame/MonoGame.Samples/tree/3.8.4/AutoPong) -- [Platformer 2D](https://github.com/MonoGame/MonoGame.Samples/tree/3.8.4/Platformer2D) -- [NeonShooter](https://github.com/MonoGame/MonoGame.Samples/tree/3.8.4/NeonShooter) - -### 3D Samples +## Official MonoGame tutorial source -- [FuelCell](https://github.com/MonoGame/MonoGame.Samples/tree/3.8.4/NeonShooter) -- [ShipGame](https://github.com/MonoGame/MonoGame.Samples/tree/3.8.4/ShipGame) +- [Building 2D Games](https://github.com/MonoGame/MonoGame.Samples/tree/3.8.4/Tutorials/learn-monogame-2d) ## XNA Game Studio Archive