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

No packages published

Languages