minmax-wt-alpha-beta-pruning
Version:
A generic minmax algorithm engine (with alpha-beta pruning) that can work with any game supplied by the user
14 lines (9 loc) • 341 B
Plain Text
Remember to periodically update library definitions
by doing a:
$ flow-typed install
or:
$ flow-typed install --overwrite
NB: it is possible that flow-typed may not be declared in the
development dependencies in [package.json], this may be because
it was globally installed with:
$ sudo npm install -g flow-typed