From cf802da4ff8fb0c3218ac51f933f57a9339d964a Mon Sep 17 00:00:00 2001 From: def Date: Tue, 14 Jun 2016 01:36:12 +0200 Subject: [PATCH] Add platformer --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index e8265f7..b9aff11 100644 --- a/packages.json +++ b/packages.json @@ -4781,5 +4781,18 @@ "description": "Disk-based sequences", "license": "Apache License 2.0", "web": "https://github.com/andreaferretti/spills" + }, + { + "name": "platformer", + "url": "https://github.com/def-/nim-platformer", + "method": "git", + "tags": [ + "game", + "sdl", + "2d" + ], + "description": "Writing a 2D Platform Game in Nim with SDL2", + "license": "MIT", + "web": "https://github.com/def-/nim-platformer" } ]