aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-05-21 00:14:59 +0100
committerGitHub <noreply@github.com>2018-05-21 00:14:59 +0100
commit5d308e93b47425c49ef84378a6698e49c9b8d84b (patch)
tree42361e7fda7bfc7a216cb299ae5c1270837db246
parent0082e5cad2af07f31c3c4e564371f738a042faaa (diff)
parente24597279bc5660b361bec49b2be6c2137edde49 (diff)
downloadpackages-5d308e93b47425c49ef84378a6698e49c9b8d84b.tar.gz
packages-5d308e93b47425c49ef84378a6698e49c9b8d84b.zip
Merge pull request #745 from JohnAD/master
Add package negamax
-rw-r--r--packages.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/packages.json b/packages.json
index f44e534..249e21b 100644
--- a/packages.json
+++ b/packages.json
@@ -9119,6 +9119,21 @@
"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",
"method": "git",