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.
- Simple Pacman movement
- Basic walls and collision
- Basic point collection
- Level 1 only
- Python 3.x
- Pygame
-
Make sure Python and Pygame are installed:
pip install pygame
-
Run the game:
python main.py
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.
Aria
GitHub Profile
