Add platformer

This commit is contained in:
def 2016-06-14 01:36:12 +02:00
parent c669bfe2e3
commit cf802da4ff

View File

@ -4781,5 +4781,18 @@
"description": "Disk-based sequences", "description": "Disk-based sequences",
"license": "Apache License 2.0", "license": "Apache License 2.0",
"web": "https://github.com/andreaferretti/spills" "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"
} }
] ]