Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 329 Bytes

File metadata and controls

7 lines (6 loc) · 329 Bytes

SearchSnake

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

Usage

Currently supports depth first search, breadth first search, and greedy search.
Run program with python searchsnake.py