sraaphorst / spelunker

Maze generation and solving library
Other
11 stars 2 forks source link

Move some ranking / unranking functions and some initialization functions out of mazes / mazegenerators #66

Closed sraaphorst closed 6 years ago

sraaphorst commented 6 years ago

These need to be more globally available for purposes such as homomorphisms.

sraaphorst commented 6 years ago

Really, the code could use a bit of a refactor with regards to ranking / unranking, since we need these functions in homomorphisms.

sraaphorst commented 6 years ago

Major refactoring accomplished!