aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"
}
]