Welcome to the Pacman Game repository! This project is part of the Python course at Itucation, January 2025.
This repository contains the code for a classic Pacman game implemented in Python. The game is designed to help students understand the basics of game development using Python.
- Classic Pacman gameplay
- Score tracking
- Simple AI for ghosts
We welcome contributions to improve the Pacman game. If you would like to contribute, please follow these steps:
- Fork the repository.
- Create a new branch:
git checkout -b feature-branch
- Make your changes and commit them:
git commit -m "Description of your changes"
- Push to the branch:
git push origin feature-branch
- Create a pull request.
This project is licensed under the MIT License. See the LICENSE file for more details.