Skip to content

Implementation of pacman and incorporation of two algorithms BFS and SFLA. Built using python pygame

Notifications You must be signed in to change notification settings

Surya-Narayan/Pacman

Repository files navigation

Shuffled Frog Leaping Algorithm in Pacman

About

Implementation of two algorithms to automate the movement of the ghosts (the enemies) in PacMan.

  1. Breath First Search
  2. Shuffled Frog Leaping Algorithm

The game is built using the python pygame module

Steps to Run

  • pip install -r requirements.txt

  • To run the game with Breath First Search

    1. cd BFS
    2. python main.py
  • To run the game with Shuffled Frog Leaping Algorithm

    1. cd SFLA_sol
    2. python main.py

Credits

About

Implementation of pacman and incorporation of two algorithms BFS and SFLA. Built using python pygame

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages