This project focuses on the AI algorithm for machine playing of two player game. Trying to find the best move as quickly as possible.
To try it out:
git clone https://github.com/soonlive/five-in-a-row
cd five-in-a-row
open ./index.html
or live: https://soonlive.github.io/five-in-a-row/
- Minimax
- Alpha–beta pruning
- Heuristic
- Transposition Tables