Skip to content

Instantly share code, notes, and snippets.

@maruel
Created July 6, 2015 01:01
Show Gist options
  • Save maruel/026008f773309e1edfc6 to your computer and use it in GitHub Desktop.
Save maruel/026008f773309e1edfc6 to your computer and use it in GitHub Desktop.
// next returns the next paths that can be used to make progress.
// Look at top, left, right, down, skipping 'from' and returns all the possibilities.
func (c *Canvas) next(at, from image.Point) []image.Point {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment