Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 1.41 KB

README.md

File metadata and controls

25 lines (20 loc) · 1.41 KB

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