Skip to content

ShubhamKarampure/pacman_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pacman Game

demo.mp4

Welcome to the Pacman game, a classic arcade experience. I had made this game to understand in depth about python OOPS and data structure.

Getting Started

To play the game, you'll need to have Python installed on your system. Additionally, the game relies on two external libraries, Pygame and Numpy. Follow the steps below to set up your environment:

Prerequisites

Make sure you have Python installed. You can download it from python.org.

Installing Dependencies

To run the game, install the required libraries using the following commands in your terminal or command prompt:

pip install pygame
pip install numpy

These commands will install Pygame and Numpy, which are necessary for the game's graphics and array manipulation.

Running the Game

Once you have Python, Pygame, and Numpy installed, you can run the game using the following command:

python main.py

Enjoy navigating Pacman through mazes, avoiding ghosts, and collecting those delicious pellets!

Web demo

To play the web demo of Pac-Man, visit Retro-Pacman.

Note it is converted using pygbag library hence it can be upto 5x slower on web.

Author

  • Shubham Karampure

Thank you for playing! If you encounter any issues or have feedback, feel free to reach out.

About

Retro Pacman developed using python pygame library

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages