https://github.com/codedcontainer/productivitycardgame
https://github.com/codedcontainer/productivitycardgame
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/codedcontainer/productivitycardgame
- Owner: codedcontainer
- Created: 2022-08-31T15:49:53.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T21:48:28.000Z (almost 3 years ago)
- Last Synced: 2025-01-05T07:50:43.254Z (12 months ago)
- Language: Python
- Size: 17.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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`