pacman is pacman what i made
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)
- 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.