Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 655 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 655 Bytes

Python solver for the Jindosh riddle in Dishonored 2

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.

Instructions

With pipenv:

  1. Run pipenv install.
  2. Replace the text in riddle.txt with your riddle.
  3. Run pipenv run python solver.py.

Without pipenv:

  1. Run python3 -m pip install python-constraint.
  2. Replace the text in riddle.txt with your riddle.
  3. Run python3 solver.py.