darshildpatel / Pac-Man-Game

Algorithm implemented for self playing pacman game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pac-Man-Game

Implemented an Artificial Intelligence based agent to play the game of Pacman. Implemented total of 6 algorithms as follows:-

  • pacmanAgents-1.py
    • Depth First Search Algorithm
    • Breadth First Search Algorithm
    • AStar Algorithm
  • pacmanAgents-2.py
    • Hill Climbing Algorithm
    • Genetic Algorithm
    • Monte Carlo Tree Search Algorithm

About

Algorithm implemented for self playing pacman game


Languages

Language:Python 100.0%