This script uses constraint programming to devise the optimal skeleton at the Bone Market in Fallen London.
Go to file
Jeremy Saklad aee575848b
Only run main() if program is run directly
Checking that __name__ is "__main__" prevents main() from being run if
this script is imported as a module.
2021-06-18 15:13:03 -05:00
Bone Market Solver.py Only run main() if program is run directly 2021-06-18 15:13:03 -05:00
Pipfile Add Pipfile to repository 2021-06-13 14:35:36 -05:00