culminating project for ics3u computer science: recreation of euchre in python.
this game plays and follows all rules that it can given the set of features it implements.
automatic players were never implemented.
no calling alone
Enter source directory.
cd src
Install dependencies.
python -m pip install -r requirements.txt
Run the game.
python game.py