mauricioaniche / sem-pacman-python

PacMan game used in the Software Engineering Methods (CS minor, TU Delft)
12 stars 22 forks source link

Pacman

This is a very simple pacman game implemented in Python. The goal of this project is to teach students a bit about code quality.

Pacman is implemented in three versions:

Running the project

You must have Python 3 installed (and not Python 2!)

To run the tests (+ coverage): py.test --cov-report html --cov=refactored *tests.py

To run pylint, pylint *.py.

License

Creative Commons.