From e24597279bc5660b361bec49b2be6c2137edde49 Mon Sep 17 00:00:00 2001 From: John Dupuy Date: Sun, 20 May 2018 17:29:29 -0500 Subject: Add package negamax --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index f44e534..249e21b 100644 --- a/packages.json +++ b/packages.json @@ -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", -- cgit v1.2.3