Added package nimtetris (#1521)

This commit is contained in:
jiro 2020-06-18 22:33:44 +09:00 committed by GitHub
parent b64d98e40f
commit 8585e91669
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18373,5 +18373,19 @@
"description": "Bindings to libopusenc",
"license": "BSD-3-Clause",
"web": "https://git.sr.ht/~ehmry/nim_opusenc"
},
{
"name": "nimtetris",
"url": "https://github.com/jiro4989/nimtetris",
"method": "git",
"tags": [
"tetris",
"terminal",
"game",
"command"
],
"description": "A simple terminal tetris in Nim",
"license": "MIT",
"web": "https://github.com/jiro4989/nimtetris"
}
]