diff --git a/packages.json b/packages.json index d9a7397e..bbc7a836 100644 --- a/packages.json +++ b/packages.json @@ -34147,5 +34147,18 @@ "description": "CrossDB Driver for Nim", "license": "MIT", "web": "https://github.com/openpeeps/crossdb-nim" + }, + { + "name": "nim_2048", + "url": "https://github.com/enkaito/nim_2048", + "method": "git", + "tags": [ + "game", + "puzzle", + "2048" + ], + "description": "2048 game clone runs in your terminal, written in Nim", + "license": "MIT", + "web": "https://github.com/enkaito/nim_2048" } ]