nishittated / Pacman-Game

Pacman in Python with pygame.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pacman-Game

Pacman in Python with PyGame

  • This is a very minimal implementation of the Pacman game, having only one level and without ghosts strategy, not even with random movements (yes, the routes are programmed).
  • However, we may improve this game in the future and everyone else interested can feel free to fork and contribute to this project.

Tested with [Python 2.7 in Ubuntu 14.04.3] and [Python 3.5 in Windows 10 64bit]

Pacman Game Window

Pacman Window

Future development

  • Fix Pacman's movement
  • Ghosts moving algorithm and AI
  • Better design
  • Better algorithm for the walls
  • Additional levels

Developed By: Nishit Tated

Find this project useful? ❤️

  • Support it by clicking the ⭐️ button on the upper right of this page. ✌️

Support or Contact - Let's become friend

Contributing to Pacman-Game

About

Pacman in Python with pygame.

License:MIT License


Languages

Language:Python 100.0%