Shuffled Frog Leaping Algorithm in PacMan
Implementation of two algorithms to automate the movement of the ghosts (the enemies) in PacMan.
- Breath First Search
- Shuffled Frog Leaping Algorithm
The game is built using the python pygame module
Implementation of two algorithms to automate the movement of the ghosts (the enemies) in PacMan.
The game is built using the python pygame module