A game inspired by the some card game
Install the Miniconda
After installation please setup environment with:
conda env create -f environment.yml
Next change environment with:
conda activate zombreak
now you can run the game locally with
a terminal interface using python zombreak.py
.
There are unit tests for this project.
You can run tests using python -m pytest ./tests
in project directory.
MIT License
Copyright (c) 2021 Grzegorz Maciaszek