Skip to content

Artificial Intelligence Pacman Implementation With Various Algorithms

Notifications You must be signed in to change notification settings

hbergun/AI_Pacman

Repository files navigation

AI_Pacman

Table of contents

General info

Pacman reaches the target in the maze with different search algorithms(DFS,BFS,UCS,aStar)

Screenshots

Algorithm ScreenShot
BFS bfs
DFS dfs
UCS ucs
aStar astar
aStar 4 Dot astar4forages

Technologies

Data Structures

DFS:Depth First Search BFS:Breath First Search
UCS:Uniform Cost Search
aStar:A* Search Algorithm Manhattan,Euclidean Distance Algorithm(Heuristic Algorithms Used)

Setup

Download or Clone this project and Open Folder Path run cmd,or different bash(Current Directory)

python AI_Pacman.py

(Requirements Python 3.6.5)

Features

  • Search by DFS
  • Search by BFS
  • Search by UCS
  • Search by aStar

Status

finished for now :)

Contact

Created by Instagram || Linkedin Send Me a Message

About

Artificial Intelligence Pacman Implementation With Various Algorithms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages