Ensure you are using Python 3.6.7+
Clone the repository
git clone git@github.com:sriramb2000/memory.git
Install the dependencies
python3 -m pip install --user -r requirements.txt
From the root:
python3 src/main.py
Each module under src/logic has corresponding tests of the format **.ut.py where applicable. Navigate to the module path and then run (for example):
python card.ut.py