Skip to content

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

Notifications You must be signed in to change notification settings

briennehayes/MystPuzzle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published