Skip to content

Instantly share code, notes, and snippets.

@topshed
Created May 17, 2024 11:18
Show Gist options
  • Save topshed/fbc230a67e0bbe35577a77e42c525018 to your computer and use it in GitHub Desktop.
Save topshed/fbc230a67e0bbe35577a77e42c525018 to your computer and use it in GitHub Desktop.
Combine various blocks to make a logical maze solving algorithm
@topshed
Copy link
Author

topshed commented May 17, 2024

This flow chart shoes one way of programming a maze solving robot.

mazesolver

@topshed
Copy link
Author

topshed commented May 17, 2024

Not to implement in blocks. This program will cope with turning left at red walls and right at green walls.

Snip20240517_2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment