This script uses constraint programming to devise the optimal skeleton at the Bone Market in Fallen London.
Go to file
Jeremy Saklad 614598130a
Move arms to Appendage enumeration
This continues the transition away from a single action list.

Because limbs and tails are not mechanically distinct, they are not going to get their own enumerations.

Due to the number of members ultimately going in this enumeration, they will be moved piecemeal.

The members of Appendage will be temporarily added to the action list like the other enumerations.
2021-06-13 14:35:48 -05:00
Bone Market Solver.py Move arms to Appendage enumeration 2021-06-13 14:35:48 -05:00
Pipfile Add Pipfile to repository 2021-06-13 14:35:36 -05:00