Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.26 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.26 KB

Zombreak Game

License Tests Quality lgtm-grade lgtm-alerts coverage last-commit code-size

A game inspired by the some card game

Installation

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.

License

MIT License

Copyright (c) 2021 Grzegorz Maciaszek