Play chess against the computer. The chess engine is written in Python and uses the minimax algorithm with alpha-beta pruning to generate moves. The default search depth is 4 and there's also a time ...