An open API service indexing awesome lists of open source software.

https://github.com/codedcontainer/productivitycardgame


https://github.com/codedcontainer/productivitycardgame

Last synced: 10 months ago
JSON representation

Awesome Lists containing this project

README

          

# 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`