This project implements some heuristics for the Pacman's Ghosts. The heuristics are used to calculate the best path for the ghosts to reach the Pacman.
- Install pipenv:
pip install pipenv
- Install the dependencies:
pipenv install
- Enter o virtual environment:
pipenv shell
- Run the game:
python project