diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2018-05-21 00:14:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-21 00:14:59 +0100 |
| commit | 5d308e93b47425c49ef84378a6698e49c9b8d84b (patch) | |
| tree | 42361e7fda7bfc7a216cb299ae5c1270837db246 | |
| parent | 0082e5cad2af07f31c3c4e564371f738a042faaa (diff) | |
| parent | e24597279bc5660b361bec49b2be6c2137edde49 (diff) | |
| download | packages-5d308e93b47425c49ef84378a6698e49c9b8d84b.tar.gz packages-5d308e93b47425c49ef84378a6698e49c9b8d84b.zip | |
Merge pull request #745 from JohnAD/master
Add package negamax
| -rw-r--r-- | packages.json | 15 |
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", |
