From 7915158f235501fd9f55e19235ef3a631444756f Mon Sep 17 00:00:00 2001 From: The King of Half-Baked Projects Date: Sun, 22 Dec 2024 12:38:18 +0100 Subject: [PATCH] Add scribble.rs (#990) Co-authored-by: Rabenherz112 --- software/scribblers.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/scribblers.yml diff --git a/software/scribblers.yml b/software/scribblers.yml new file mode 100644 index 0000000000..748bf4d565 --- /dev/null +++ b/software/scribblers.yml @@ -0,0 +1,12 @@ +name: "Scribble.rs" +website_url: "https://github.com/scribble-rs/scribble.rs" +source_code_url: "https://github.com/scribble-rs/scribble.rs" +description: "A web-based pictionary game." +licenses: + - BSD-3-Clause +platforms: + - Go + - Docker +tags: + - Games +demo_url: "https://scribblers.fly.dev"