choices ( cell -- seq )


Vocabulary
maze

Inputs
cellan object


Outputs
seqan object


Definition


: choices ( cell -- seq )
{ { -1 0 } { 1 0 } { 0 -1 } { 0 1 } } [ v+ ] with map
[ unvisited? ] filter ;