This is my own BFS ai. BFS(short for breadth for search) is a type of ai. I don't feel like explaining it so you will have to search it up. Next time I will make a DFS(depth for search) ai. I used Harvard's CS50 class on AI to learn this. It's in the 1st lesson if you want to watch it. Feel free to toy around with it by changing up the maze. Key: Yellow - What the AI searched Red - Starting point Green - End point White - The area wasn't searched
All code made by me If you use you MUST give credit to @mcpuffs