Retro Python-made Pac-Man! Built using Pygame library, it offers classic gameplay with smooth graphics and intuitive controls.
Screen.Recording.2023-08-11.at.14.22.54.mov
- Classic Gameplay: Relive the original Pac-Man experience.
- Smooth Graphics: Powered by Pygame, our Pac-Man offers clean and crisp visuals.
- Keyboard Controls: Easy-to-use controls for navigating our maze.
- High Score Tracking: Compete against yourself and keep setting new high scores!
- python >= 3.6
Install required packages using the following command:
pip install -r requirements.txt
- Clone the repository:
git clone https://github.com/StepanTita/pacman.git
- Navigate to directory pacman:
cd pacman
- Run the game:
python main/run.py
- Python: Our main programming language.
- Pygame: A powerful set of Python modules for game development.
This project is licensed under the MIT License. See the LICENSE.md file for details.
- reinforcement learning for AI