Inspired by a repo by Tales Carlos de Pádua
Demonstration of various search agent used to guide the snake to eat food in the classic snake game:
Breadth-First Search Agent using Fruit List 2. Final length: 26. Path length: 132
Depth-First Search Agent using Fruit List 2. Final lenth: 20. Path length: 3946
Greedy Search Agent using Fruit List 2. Final lenth: 14. Path length: 68
Smart Random Agent using Fruit List 2. Final lenth: 13
Breadth-First Search + Random Agent using Fruit List 1. Final length: 28. Path length: 190



