This repository is not active
Akshat1710/Game-Playing-Agent---Gang-Injunctions
Developed a game playing agent in Java to suggest the best possible move for a two player board game. Implemented Adversarial Search algorithms like Minimax, Alpha-Beta Pruning to calculate the best move based on an evaluation function
Python