AlexDev

Join the Gang Gang and have the latest AI and Tech content.

Home page View on GitHub

AStar

Posted on 2 July 2024.
c wasm javascript data structures algorithms

About

Simple astar algorithm implemented in C and used in a WASM project.

Quickstart

Use mouse to toggle cells in the grid and then hit the Run button to create the path from top-left to bottom-right.

npm install
npm run serve
# open the browser at localhost:8080

Conclusion