Halma-Board-Game
->Developed a board game agent using Python and game playing algorithms in AI.
->Programmed a game agent which used adversarial minimax search algorithm and optimized it using alpha beta pruning to determine the best subsequent move in the game.
-> Designed the search algo to efficiently determine moves till depth 3 in the game.