aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2016-06-14 01:36:12 +0200
committerdef <dennis@felsin9.de>2016-06-14 01:36:12 +0200
commitcf802da4ff8fb0c3218ac51f933f57a9339d964a (patch)
treee448561bfe00d28fb60f7f265581d7e7ce54ddbc
parentc669bfe2e3922c65d35adcd4cab6502cd0eeca80 (diff)
downloadpackages-cf802da4ff8fb0c3218ac51f933f57a9339d964a.tar.gz
packages-cf802da4ff8fb0c3218ac51f933f57a9339d964a.zip
Add platformer
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
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"
}
]