Pacman Console

Monday, Sep 10, 2018

A console Pacman game in Python

To play, cd into project directory and run:

python3 pacman.py

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

start-screen

gameplay-screen

win-screen

game-over-screen