Provides a basic framework to find and score words located on a 2D array. Think Boggle(tm) or a word-search type puzzle.
- Clone the repo
- Setup a virtual environment:
python -m venv .vevn
- Activate the venv
- Upgrade pip:
python -m pip install --upgrade pip
- Install build:
pip install --upgrade build
- cd to project root:
python -m build
- Requires PyTest
- Install:
pip install --upgrade pytest