This is my final project for the Artificial Intelligence course (CIE 458) in UST - Zewail City. This is project is prepared by UC Berkeley, as part of their course CS 188. In this project I implemented some of AI search algorithms such as minimax , Alpha & Beta and expectimax search and try to designing my evaluation function in a simulation for Pacman game.
You will find the detailed description with the actual steps if you want to duplicate the project in the following link: https://inst.eecs.berkeley.edu/~cs188/sp20/project2/
You will find the detailed documentation for this project in the folder "Project report".