Skip to content

ariaxcpm/pacman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pacman 🟡👾

This is my first game project using Python and Pygame — a basic recreation of the classic Pacman game.

At the time of making this, I was new to programming and hadn't learned object-oriented programming (OOP) yet, so please forgive the spaghetti code 😅

💡 Only Level 1 is implemented.


📸 Screenshot

Pacman Gameplay


🎮 Features

  • Simple Pacman movement
  • Basic walls and collision
  • Basic point collection
  • Level 1 only

🧱 Built With

  • Python 3.x
  • Pygame

▶️ How to Run

  1. Make sure Python and Pygame are installed:

    pip install pygame
  2. Run the game:

    python main.py

🧠 Notes

This project helped me understand the basics of:

  • Game loops
  • Event handling
  • Drawing on the screen
  • Simple game logic

I plan to revisit it in the future and refactor it using OOP and multiple levels.


🙋‍♂️ Author

Aria
GitHub Profile

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages