A chess program using python A brute force chess engine fully coded in python, using minimal libraries. Algorithm consists of looking a few moves deep and evaluating the board position to pick the best move. Improvement ideas are in the main code 'chess_mk1.py'
mk2 is an updated version for a physical chess bot project where faster move evaluation is necessary.