A custom-looking version of popular Pacman game, written in Python.
Libraries used in this project:
- Pygame
- PygameMenu
- Run game.py
- Chose one of the modes: Classic, Random Maze, Block Maze
- In the future commits .exe release will be published.
main menu (after starting game) + pause menu (after pressing ESC)displaying game statistics like: lives left, points acquired, game time, etcevents screens (delays, info) for events like: game over, next level, life loss, big dot eaten, etcboard layout generator
Optionally:
- background music + events sounds (pygame.mixer)
- alternative controls by mouse buttons
- multiplayer