Skip to content

1oonie/pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

70 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pacman

pacman is pacman what i made

Requirements

To install the requirements from the requirements.txt file:

python -m pip install -r requirements.txt --trusted-host pypi.org --trusted-host files.pythonhosted.org --trusted-host pypi.org --user

Packages required by pacman are:

  • Pillow (Version 8.2.0)
  • pygame (Version 2.0.1)

TODO

  • Scoring
    • Update title every time pacman eats a coin
    • Stop the game when pacman eats all the coins
  • Ghosts
    • Implement pathfinding for ghosts to find the tile they want to head for
    • Only choose between paths that can be taken
    • Ghost Types
      • Blinky
      • Pinky
      • Inky
      • Clyde
  • Fix the coins to make them better somehow
  • Make the wall look better
  • Power pellets
    • "Frightened" ghost sprite
    • Pacman gets faster in this state
    • Eating ghosts
    • Power pellet sprite/tile

Other stuff will get added to this list.

Images

image

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Languages