diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-04-26 23:00:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-04-26 23:00:28 +0100 |
| commit | 2fc6539bfe69225c231a188c1a9c5ad1fb701212 (patch) | |
| tree | bb1b951dba0193517d83e446f6c5666a074f9483 | |
| parent | a108b871ff8f9856b3fa5bd6dd2ff328e6600440 (diff) | |
| parent | b0e721a7bb50eeee398705625e5c00e877f5910b (diff) | |
| download | packages-2fc6539bfe69225c231a188c1a9c5ad1fb701212.tar.gz packages-2fc6539bfe69225c231a188c1a9c5ad1fb701212.zip | |
Merge pull request #711 from JohnAD/master
Added turn_based_game to list of packages.
| -rw-r--r-- | packages.json | 13 |
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" } ] |
