Skip to content

itzmeowww/snake-search

Repository files navigation

screen shot

Simulate BFS, DFS, Best First Search, Dijkstra, and A* in the context of Snake Game

More details here

How to deploy a website locally.

npm install
npm run build
npm run start

Then access http://localhost:3000

The most recent version of source code is available at https://github.com/itzmeowww/snake-search