Skip to content

Typescript implementation of the Minimax Algorithm with alpha-beta pruning

License

Notifications You must be signed in to change notification settings

marcelxyz/minimax-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Minimax in Typescript

A Typescript implementation of the Minimax algorithm with alpha-beta pruning.

Installation

Make sure you have installed yarn. Then run yarn.

Usage

See the examples directory for example usage.

You can also refer to the unit tests in MinimaxTest.ts.

Running tests

The application is unit tested using Jest. To run the entire test suite run yarn test.

About

Typescript implementation of the Minimax Algorithm with alpha-beta pruning

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published