aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index 219814b..b8dd043 100644
--- a/packages.json
+++ b/packages.json
@@ -9065,5 +9065,18 @@
"description": "Swift-like unicode string handling",
"license": "MIT",
"web": "https://github.com/nitely/nim-strunicode"
+ },
+ {
+ "name": "turn_based_game",
+ "url": "https://github.com/JohnAD/turn_based_game",
+ "method": "git",
+ "tags": [
+ "rules-engine",
+ "game",
+ "turn-based"
+ ],
+ "description": "Game rules engine for simulating or playing turn-based games",
+ "license": "MIT",
+ "web": "https://github.com/JohnAD/turn_based_game/wiki"
}
]