Don't let the trolls get you.
Dependencies
Windows:
- To install numpy: py -m pip install -U numpy --user
- To install pygame: py -m pip install -U pygame --user
Linux/Mac:
- numpy: pip install numpy
- pygame: py -m pip install -U pygame --user
Install: git clone http://https://github.com/blackhat-7/PacMan/edit/master/README.md
- Run from terminal : python3 Play_2018098.py
- The pacman is controlled by keys ↑ ← ↓ → keys.
- Once you lose/win, press P to play, or Q to quit game in main menu.
- You will have 4 lives to win the game. If you run into any one of the 4 enimies you lose a life.
- To win the game, you need to collect all the coins.
- There are bonus coins which allow you to eat the enimies.