Added turn_based_game to list of packages.

This commit is contained in:
John Dupuy 2018-04-26 15:12:20 -05:00 committed by GitHub
parent a108b871ff
commit b0e721a7bb
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"
}
]