Chess Engine A Chess engine made in python which finds the best move using negamax algorithm with alpha beta pruning. Prerequisite python Installing dependencies: pip install pygame