Skip to content

Latest commit

 

History

History
executable file
·
11 lines (8 loc) · 547 Bytes

README.md

File metadata and controls

executable file
·
11 lines (8 loc) · 547 Bytes

FunTimePoker (For Linux, I have not yet tested it on windows.)

FunTimePoker CMD Style Single Plater Game

This should be playable when downloading the contents

IF you require a manual install, ensure that you have at least python3

run pip install -r requirements.txt #(To install the treyes module)

Run ./FunTimePoker.py

Troubleshooting, if the venv does not work and you have to manual install, please upate the entetpreter line from: #!./env/bin/python

To whever your python is located eg. #!/usr/bin/python