Created players to play a 2-player adversarial game, where players fill rectangles on a grid to avoid filling the last square
Implemented an AI agent trained on the Minimax Algorithm, an adversarial search algorithm
To run -- python3 main.py player1 player2
player1 player2 : could be a combination of human, minimax or random. You choose two players to play against.