Skip to content

wymcg/astar_trick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A* Visualizer Trick

A Matricks plugin that generates a maze and then solves it with A*.

astartrick

Build

  • Install the wasm32-wasi toolchain by running rustup target add wasm32-wasi
  • Run cargo build --release --target wasm32-wasi
  • Run the plugin with Matricks (on a Raspberry Pi) or with Simtricks (on other devices).