aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2012-12-09 12:24:20 -0800
committerDominik Picheta <dominikpicheta@googlemail.com>2012-12-09 12:24:20 -0800
commit70a92e4d69e4243811a20a984a1bafbdb121edd1 (patch)
tree857c705ea75ef1cc7c533176782e95efc26ce875
parent82d6e13374cfe15160d49412073748f07f10ade6 (diff)
parente18b8281dee9c0e21f50db5a280a1eee1980e5c8 (diff)
downloadpackages-70a92e4d69e4243811a20a984a1bafbdb121edd1.tar.gz
packages-70a92e4d69e4243811a20a984a1bafbdb121edd1.zip
Merge pull request #2 from Vladar4/master
Added Nimgame
-rw-r--r--packages.json12
1 files changed, 11 insertions, 1 deletions
diff --git a/packages.json b/packages.json
index c8c8feb..b4e6835 100644
--- a/packages.json
+++ b/packages.json
@@ -6,5 +6,15 @@
"tags": ["web", "http", "framework", "dsl"],
"description": "A sinatra-like web framework for Nimrod.",
"license": "MIT"
+ },
+
+ {
+ "name": "nimgame",
+ "url": "git://github.com/Vladar4/nimgame/",
+ "method": "git",
+ "tags": ["game", "engine", "sdl"],
+ "description": "Simple 2D game engine for Nimrod language.",
+ "license": "MIT"
}
-] \ No newline at end of file
+]
+