This is a simple Pacman game which I'm currently working on. In order to start the game, you must first:
- Install pygame
- Then run the file called
main.py
W - up arrow key(⬆️) - Going up
A - left arrow key(⬅️) - Going to the right
S - down arrow key(⬇️) - Going down
D - right arrow key(➡️) - Going to the left
P - To pause the Game
F - To quit the game