Skip to content

Commit 2339350

Browse files
committed
Updated Cartblanch's Samples links and text.
1 parent ed50658 commit 2339350

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

articles/samples.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -181,17 +181,21 @@ There are pre-converted samples available on the repository as well.
181181

182182
## CartBlanche's Samples
183183

184-
This is a [large library of MonoGame samples](https://github.com/CartBlanche/MonoGame-Samples) covering a large range of topics, including:
184+
This is a large library of [MonoGame Samples](https://github.com/CartBlanche/MonoGame-Samples?tab=readme-ov-file#monogame-samples) covering a wide range of topics, including:
185185

186-
> Will require MonoGame 3.7 or earlier installed to open.
187-
188-
- Physics
189-
- P2P Networking
190-
- Textures
191-
- Shaders
186+
- 27 [2D samples](https://github.com/CartBlanche/MonoGame-Samples?tab=readme-ov-file#2d-samples)
187+
- 8 [3D samples](https://github.com/CartBlanche/MonoGame-Samples?tab=readme-ov-file#3d-samples)
188+
- [Physics](https://github.com/CartBlanche/MonoGame-Samples/tree/main/FarseerPhysics/FarseerSamples)
189+
- [Networking](https://github.com/CartBlanche/MonoGame-Samples?tab=readme-ov-file#networking-samples) (Not fully functional yet)
190+
- [Miscellaneous](https://github.com/CartBlanche/MonoGame-Samples?tab=readme-ov-file#miscellaneous-samples)
191+
- [Shaders](https://github.com/CartBlanche/MonoGame-Samples/blob/main/2DShaderSample/README.md)
192192

193193
It also includes games such as:
194194

195-
- Tetris
196-
- Pacman
197-
- Role Playing Game
195+
- [Card Game Starter Kit](https://github.com/CartBlanche/MonoGame-Samples/tree/main/CardsStarterKit)
196+
- [Flood Control](https://github.com/CartBlanche/MonoGame-Samples/tree/main/GameDevelopmentbyExample/FloodControl)
197+
- [Role Playing Game Starter Kit](https://github.com/CartBlanche/MonoGame-Samples/tree/main/RolePlayingGame)
198+
- [Pacman](https://github.com/CartBlanche/MonoGame-Samples/tree/main/PacMan)
199+
- [Tetris](https://github.com/CartBlanche/MonoGame-Samples/tree/main/Tetris)
200+
201+
With more on the way.

0 commit comments

Comments
 (0)