conda env create -f environment.yml
conda activate game-2048
python game2048/graph.py
conda env create -f environment.yml
conda activate game-2048
pre-commit install
pre-commit run -a
conda develop . # installs game2048
pytest --cov=game2048 tests/
pytest --cov=game2048 --cov-report=html tests/