aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Dupuy <johnd@makerredux.com>2018-04-26 15:12:20 -0500
committerGitHub <noreply@github.com>2018-04-26 15:12:20 -0500
commitb0e721a7bb50eeee398705625e5c00e877f5910b (patch)
treebb1b951dba0193517d83e446f6c5666a074f9483
parenta108b871ff8f9856b3fa5bd6dd2ff328e6600440 (diff)
downloadpackages-b0e721a7bb50eeee398705625e5c00e877f5910b.tar.gz
packages-b0e721a7bb50eeee398705625e5c00e877f5910b.zip
Added turn_based_game to list of packages.
-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"
}
]