get-cell ( board location -- cell )


Vocabulary
gamelib.board

Inputs
boardan object
locationan object


Outputs
cellan object


Definition


:: get-cell ( board location -- cell )
location first2 :> ( x y ) board cells>> :> cells x y cells
nth nth ;