An A* pathfinder graphical simulation built in rust and bevy!
- Install rust
- Follow these steps
cd /path/to/your/code # go to where your code is
git clone git@github.com:david4shure/pathfinder.git # clone this repository
cd pathfinder/ # go into the pathfinder directory
cargo build # build the project and it's dependencies
cargo run # Play with it!
Mouse <Left Click>: draw wall on selected tile
Mouse <Right Click>: remove wall on selected tile
Keyboard <Space>: Reset grid to default (start in bottom left, end in top right)
Keyboard <E>: Place end (goal) tile
Keyboard <S>: Place start tile
Contributions are welcome!