This is an automatic solver for the Jindosh riddle in Dishonored 2 implemented in Python. It solves it as a CSP using the python-constraint library.
With pipenv:
- Run
pipenv install. - Replace the text in
riddle.txtwith your riddle. - Run
pipenv run python solver.py.
Without pipenv:
- Run
python3 -m pip install python-constraint. - Replace the text in
riddle.txtwith your riddle. - Run
python3 solver.py.