From 3f877a56f227c6ca725d66f96b8081a2780f6e39 Mon Sep 17 00:00:00 2001 From: Anna Aurora Date: Fri, 11 Nov 2022 02:37:23 +0100 Subject: [PATCH] Added package snekim (#2403) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index a84a81c..1c59ae5 100644 --- a/packages.json +++ b/packages.json @@ -27817,5 +27817,19 @@ "description": "LDAP client bindings", "license": "MIT", "web": "https://github.com/inv2004/nimldap" + }, + { + "name": "snekim", + "url": "https://codeberg.org/annaaurora/snekim", + "method": "git", + "tags": [ + "game", + "2d-game", + "raylib", + "snake" + ], + "description": "A simple implementation of the classic snake game", + "license": "LGPLv3", + "web": "https://codeberg.org/annaaurora/snekim" } ]