Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 915 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 915 Bytes

MystPuzzle

Code for an in-progress research project, finding solutions to generalizations of a puzzle from Myst 4: Revelations

Current developments: successfully implemented a recursive search for finding solvable configurations of a graph, but recursion goes so deep in all but most basic graphs that exceptions occur. Working to implement a breadth-first search that will circumvent recursion depth limitations.

myst_classes.py

  • contains classes used for puzzle solving.

MystPuzzle.ipynb

  • primary notebook for documenting the project and exploring graph data. Contains information about the project and puzzles and reports present results.

all_graphs.txt