Skip to content

jmshnds/SearchSnake

Repository files navigation

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

About

Solving the classic Snake game with search algorithms.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages