Skip to content

Latest commit

 

History

History
11 lines (9 loc) · 345 Bytes

readme.md

File metadata and controls

11 lines (9 loc) · 345 Bytes

Productivity Card Game

Overview

Run

Either file can be renamed without effecting the execution of the file.

  • linux: cd dist directory and run ./Main
    • Make file executable first
  • windows: open dist directory and double click .exe file

Testing

  • run all test files: python3 -m unittest discover -s ./tests -p "Test*.py" -v