First release. Implemented algorithms and heuristics:
- negamax algorithm
- alpha-beta pruning
- iterative deepening search
- principal variation
- transposition table
- killer heuristic
- history heuristic
- quiescence search
First release. Implemented algorithms and heuristics: