Skip to content

pratu16x7/pacman-console

Repository files navigation

A console Pacman game in Python

pacman_gameplay_small

To play, cd into project directory and run:

python3 pacman.py
  • Currently works on python3 (python 2 support wip).
  • Character printing with curses: making a functional game with the bare minimum graphics.
  • Inspired by a guy making a snake game from scratch in 50 LoCs in 5 minutes.
  • TODOs:
    • Cherry Power
    • High scores
    • Python 2 support
    • Malicious enemies,
    • Time tracking for score

It seems there are quite a few NCurses (C++) implementations of Pacman out there ^_^

screen shot 2018-09-10 at 1 47 19 am

screen shot 2018-09-10 at 2 06 59 am

screen shot 2018-09-10 at 12 38 06 am

screen shot 2018-09-10 at 12 39 45 am

About

A console Pacman game in Python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages