Added package climinesweeper (#2544)

This commit is contained in:
m20_KerorinNF 2023-03-18 16:30:53 +09:00 committed by GitHub
parent 0e8669bbef
commit aa92587ece
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,11 +12,11 @@
"cli",
"terminal",
"command-line",
"utility",
"utility"
],
"description": "Use nimpretty with tab indentation.",
"license": "MIT",
"web": "https://github.com/tobealive/nimpretty_t",
"web": "https://github.com/tobealive/nimpretty_t"
},
{
"name": "webui",
@ -29563,5 +29563,19 @@
"description": "Rust-like tuple enums",
"license": "MIT",
"web": "https://github.com/beef331/fungus"
},
{
"name": "climinesweeper",
"url": "https://github.com/KerorinNorthFox/MineSweeper_on_CLI",
"method": "git",
"tags": [
"minesweeper",
"cli",
"game",
"application"
],
"description": "Play MineSweeper on CLI",
"license": "MIT",
"web": "https://github.com/KerorinNorthFox/MineSweeper_on_CLI"
}
]