aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Dupuy <john@cattailcreek9.com>2018-05-20 17:29:29 -0500
committerJohn Dupuy <john@cattailcreek9.com>2018-05-20 17:29:29 -0500
commite24597279bc5660b361bec49b2be6c2137edde49 (patch)
tree42361e7fda7bfc7a216cb299ae5c1270837db246
parent0082e5cad2af07f31c3c4e564371f738a042faaa (diff)
downloadpackages-e24597279bc5660b361bec49b2be6c2137edde49.tar.gz
packages-e24597279bc5660b361bec49b2be6c2137edde49.zip
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",