Project1.docx Project 1 – Minimax Search with Alpha-Beta Pruning In this project, you will write a Python program for a miniature “Isolation” game on a 3-by-3 board. Your program should make a suggestion about the best possible move for Player 1 (the player...