Skip to content

henribru/jindosh-riddle-solver

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Python solver for the Jindosh riddle in Dishonored 2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages