Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 371 Bytes

File metadata and controls

7 lines (4 loc) · 371 Bytes

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.