Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 905 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 905 Bytes

Turukuun Pliis

Software development methods assignment | Eetu Raunio fall 2021

Turukuun Pliis is a 2D Papers Please -like game implemented in Python using pygame.


Documentation

Poetry tasks

Running

poetry run invoke start

Testing

poetry run invoke test

Coverage report

Generates a test coverage report in HTML format in /htmlcov/

poetry run invoke coverage-report

Linting

poetry run invoke lint

autopep8

poetry run invoke pep8