Merge pull request #453 from Vladar4/master

added nimgame2
This commit is contained in:
Federico Ceratto 2017-01-16 16:32:38 +00:00 committed by GitHub
commit a4546389ce

View File

@ -94,10 +94,24 @@
"engine",
"sdl"
],
"description": "Simple 2D game engine for Nim language.",
"description": "A simple 2D game engine for Nim language. Deprecated, use nimgame2 instead.",
"license": "MIT",
"web": "https://github.com/Vladar4/nimgame"
},
{
"name": "nimgame2",
"url": "https://github.com/Vladar4/nimgame2/",
"method": "git",
"tags": [
"game",
"engine",
"sdl",
"sdl2"
],
"description": "A simple 2D game engine for Nim language.",
"license": "MIT",
"web": "https://github.com/Vladar4/nimgame2"
},
{
"name": "sfml",
"url": "https://github.com/fowlmouth/nimrod-sfml/",