HenrikKronborg / Pacman-Multiagent

Pacman solved with the Minimax algorithm and Alpha-Beta Pruning

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pacman Multiagent

Pacman solved with the Minimax algorithm for adversial search. Also solved with Alpha-Beta Pruning in order to speed up the search.

My implementations are done in the file multiAgents.py.

Note: This code runs on Python 2.

Demo run of Pacman Multiagent

About

Pacman solved with the Minimax algorithm and Alpha-Beta Pruning


Languages

Language:Python 100.0%