Skip to content
/ Pacman Public
forked from DevinLeamy/Pacman

The 80s classic Pacman in all its beauty 👾

License

Notifications You must be signed in to change notification settings

zeyysu/Pacman

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 

Repository files navigation

fork from https://github.com/DevinLeamy/Pacman

With following enhancements:

Maze generation: A labyrinth creation algorithm creates a brand-new maze on the fly for every session.

Strategy-AI: Controls how ghosts are strategically placed, controlling both the initial spawning and reinforcements that come after. Four ghosts appear at the beginning. Every minute that passes without Pac-Man winning, a new ghost with different color appears.

Tactical-AI: Ghosts are equipped with Tactical AI, enabling dynamic decisions based on their own sensing mechanisms. With a sensing distance of 10 steps, ghosts strategically navigate the maze, creating unique and responsive encounters.

Analytics: This module systematically logs detailed information about the movements and interactions of each entity within the game.

by @zeyysu and @ilkerkosaroglu

Pacman

The 80s classic Pacman in all its beauty

Deployment:

1. Download the Pacman folder

2. Download Python3 [https://www.python.org/downloads/]

3. Install pygame(2.0.0) [pip3 and homebrew are easy options]

4. In terminal, navigate to the file Pacman.py

5. In terminal type python3 Pacman.py and hit enter

Pacman Gameplay

About

The 80s classic Pacman in all its beauty 👾

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%