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",