Merge pull request #711 from JohnAD/master

Added turn_based_game to list of packages.
This commit is contained in:
Dominik Picheta 2018-04-26 23:00:28 +01:00 committed by GitHub
commit 2fc6539bfe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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"
}
]