This is the improved platform for the schnapsen card game.
To get started, and be able to edit the code run:
pip install -e .To run the tests, run:
pip install pytest
pytest ./testsIf above doesn't work, try deactivating your python and activating again (or just turn off and back on your console).
To test run the GUI, run:
python executables/server.pyYou will find bot examples in the src/schnapsen/bots folder and executable examples in the executables folder.