Table of Contents
Pac-man is a maze arcade game. It is a basic python-based desktop application which will contain three different level based upon difficulty. In this game we have provided different functionality to the user like he/she can control the sound or even control the quality by changing the FPS rate of game and these functionalities resides in Option page of the game.
- pygame module
pip install pygame
- pillow module
pip install pillow
- mixer module
pip install mixer
- Clone the repo
git clone https://github.com/Hetarth-Parikh/Pac-man
- Open powershell in that folder and run the command
python main.py
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Hetarth Parikh - @Hetarth_Parikh - 19bce155@nirmauni.ac.in
Dhvanil Patel - @Dhvanil_Patel - 19bce165@nirmauni.ac.in
Ashray Patel - @Ashray_Patel - 19bce161@nirmauni.ac.in
Project Link: https://github.com/Hetarth-Parikh/Pac-man