Solving the classic Snake game with search algorithms.
This program was originally inspired by Pacman Project 1 from CS188 at UCB: http://ai.berkeley.edu/search.html
Currently supports depth first search, breadth first search, and greedy search.
Run program with python searchsnake.py