Maze
Players slide a token south and east along the edges of a grid graph.
Rules
Board. A subgraph of a grid graph embedded naturally in the plane (with vertical and horizontal edges) with a token placed on a vertex.
Left moves. Move the token down (south) along any non-empty path of vertical edges.
Right moves. Move the token right (east) along any non-empty path of horizontal edges.
Convention. Classical (normal or misère play).