From 89aa449f92dd3abbca2b88a1b92c3af7aeddcf41 Mon Sep 17 00:00:00 2001 From: MrDave1999 Date: Mon, 10 Aug 2026 15:21:33 -0500 Subject: [PATCH] docs: add Projects section to README Add a Projects section highlighting real projects built with SampSharp. This distinguishes real projects from the examples and sample projects provided for learning and reference. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 277989b4..7dd98de0 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,13 @@ Examples -------- Example gamemodes and sample projects are available at [https://github.com/sampsharp/samples](https://github.com/sampsharp/samples) +Projects +-------- +Real projects built with SampSharp: + +- [Capture the Flag](https://github.com/DevD4v3/Capture-The-Flag) +- [Open Roleplay](https://github.com/OpenRoleplay/OpenRP.Framework) + Building for Developers -----------------------