Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 447 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 447 Bytes

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