Skip to content

Custom version of popular "Pacman" 2D platformer game. Written in Python with the Pygame library.

Notifications You must be signed in to change notification settings

olliekrk/pacman-game

Repository files navigation

Pacman Game

A custom-looking version of popular Pacman game, written in Python.

Main game screen

Libraries used in this project:

  • Pygame
  • PygameMenu

How to run

  1. Run game.py
  2. Chose one of the modes: Classic, Random Maze, Block Maze
  3. In the future commits .exe release will be published.

Contributors

Game Gallery

Pacman game screen Classic game mode

Pacman game screen Random block maze game mode

Pacman alternative Pacman in killing mode

Game over screen Game over screen

TODO

  • main menu (after starting game) + pause menu (after pressing ESC)
  • displaying game statistics like: lives left, points acquired, game time, etc
  • events screens (delays, info) for events like: game over, next level, life loss, big dot eaten, etc
  • board layout generator

Optionally:

  • background music + events sounds (pygame.mixer)
  • alternative controls by mouse buttons
  • multiplayer

About

Custom version of popular "Pacman" 2D platformer game. Written in Python with the Pygame library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages