AI Baroque Chess Agents Project

CSE Artificial Intelligence, AI Baroque Chess Agents Project, Seattle, WA , 03/2019 - 06/2019

  • Used Python to write an AI bot that could play Baroque Chess and completed in a bot to bot tournament, top 5 in the class.
  • Implemented the move making function that used IDDFS, minimax searching and alpha-beta pruning and implemented the
  • Zobrist Hashing for improving algorithmā€™s efficiency to find the optimal moving step.