This is a Chess AI programmed in Javascript with the chess.js library for the pictures and helper functions. It uses alpha beta pruning and quiescence search to make moves.
Features:
- Is able to play against itself or against the human player
- Utilizes alpha beta pruning combined with Quiescence search when looking for moves
- The Computer vs Computer games aren't the same all of the time, resulting in different outcomes of games