Help for this page
sub isNorth { # Passed x & y coords, determines if able to go north ... return 0 # Can't go west, return 0 for false } }