Added package nim_2048 (#2947)

This commit is contained in:
enkaito 2024-11-11 23:41:09 +09:00 committed by GitHub
parent 63e99cc2ce
commit 87166faf58
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"
}
]