From 601687f1bb4ac343e72c5f979d666e972bc45f95 Mon Sep 17 00:00:00 2001 From: jiro Date: Sun, 2 May 2021 18:33:14 +0900 Subject: [PATCH] Added package nimothello (#1892) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index b995cf4..f87de5b 100644 --- a/packages.json +++ b/packages.json @@ -22419,6 +22419,21 @@ "license": "MIT", "web": "https://github.com/lenniezelk/slugify" }, + { + "name": "nimothello", + "url": "https://github.com/jiro4989/nimothello", + "method": "git", + "tags": [ + "othello", + "reversi", + "terminal", + "game", + "command" + ], + "description": "A teminal othello (reversi) in Nim.", + "license": "MIT", + "web": "https://github.com/jiro4989/nimothello" + }, { "name": "crowngui", "url": "https://github.com/bung87/crowngui",