Skip to content

serixscorpio/maze

Repository files navigation

Test

Development

Clone this repository.

Create a virtual environment, for example, directory venv using Python's venv module.

python -m venv venv

Activate the new environment with:

source ./venv/bin/activate

Make sure the latest pip version is in your virtual environment:

pip install --upgrade pip

Install all dependencies:

pip install -r requirements.txt

Test run cli tool to generate a cat shaped maze:

maze

Usage (TBD)