Pacman Console
Monday, Sep 10, 2018
A console Pacman game in Python
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 ^_^