A Typescript implementation of the Minimax algorithm with alpha-beta pruning.
Make sure you have installed yarn. Then run yarn
.
See the examples directory for example usage.
You can also refer to the unit tests in MinimaxTest.ts.
The application is unit tested using Jest. To run the entire test suite run yarn test
.