From 6a6141d89dec75b0654689ff9a07921020b2332c Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 14 Aug 2019 09:28:58 +0300 Subject: [PATCH] Add c4 package (#1141) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index fd856e9..714dd3c 100644 --- a/packages.json +++ b/packages.json @@ -13995,5 +13995,20 @@ "description": "Spurdification library and CLI", "license": "MIT", "web": "https://github.com/paradox460/spurdify" + }, + { + "name": "c4", + "url": "https://github.com/c0ntribut0r/cat-400", + "method": "git", + "tags": [ + "game", + "framework", + "2d", + "3d" + ], + "description": "Game framework, modular and extensible", + "license": "MPL-2.0", + "web": "https://github.com/c0ntribut0r/cat-400", + "doc": "https://github.com/c0ntribut0r/cat-400/tree/master/docs/tutorials" } ]