From 39f5ed82d70f2286b66b6693151130c9a427b551 Mon Sep 17 00:00:00 2001 From: Skye Prince Date: Sat, 16 Jul 2022 19:29:30 -0700 Subject: [PATCH] Add package nage (#2280) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 85f3da9..1235a76 100644 --- a/packages.json +++ b/packages.json @@ -26705,5 +26705,21 @@ "description": "RayTracing Algorith in Nim", "license": "GPL-3.0", "web": "https://github.com/lorycontixd/RaytracingAlgorithm" + }, + { + "name": "nage", + "url": "https://github.com/acikek/nage", + "method": "git", + "tags": [ + "app", + "binary", + "game", + "engine", + "cli", + "rpg" + ], + "description": "Not Another Game Engine; CLI text adventure engine", + "license": "MIT", + "web": "https://github.com/acikek/nage" } ]