A chess AI, which plays the best the move by finding out all possible moves upto ply-depth of 5, using MINIMAX ALGORITHM and ALPA BETA PRUNING.
Minimax is a Recursive/backtracking algorithm that is used in decision making and game theory to find the optimal move for a player, assuming that your opponent also plays optimally.
- Node
- NPM
- Clone this repository
- Open command line in the cloned folder,
- To install dependencies, run
npm install - To start the application, run
npm start
- To install dependencies, run
- Open localhost:3000 in the browser


