Merge pull request #745 from JohnAD/master

Add package negamax
This commit is contained in:
Dominik Picheta 2018-05-21 00:14:59 +01:00 committed by GitHub
commit 5d308e93b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9118,6 +9118,21 @@
"license": "MIT",
"web": "https://github.com/JohnAD/turn_based_game/wiki"
},
{
"name": "negamax",
"url": "https://github.com/JohnAD/negamax",
"method": "git",
"tags": [
"negamax",
"minimax",
"game",
"ai",
"turn-based"
],
"description": "Negamax AI search-tree algorithm for two player games",
"license": "MIT",
"web": "https://github.com/JohnAD/negamax"
},
{
"name": "translation",
"url": "https://github.com/juancarlospaco/nim-tinyslation",