Skip to content

maxbogue/Rolling-Die-Mazes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Run the program with:

    python3 rblock.py <puzzle_file>

The output will be a series of lines like this:

    N -> <0, 0 (1, 2, 3)>

which is of the form

    direction -> new_state
    D -> <x, y, (up, north, east)>

where direction is N, S, E or W for the cardinal directions.
(up, north, east) is the die orientation at the new state.

About

A solver script for rolling die mazes.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages