Skip to content

Latest commit

 

History

History
27 lines (23 loc) · 859 Bytes

README.md

File metadata and controls

27 lines (23 loc) · 859 Bytes

Pathfinder

An A* pathfinder graphical simulation built in rust and bevy!

Example

Installation

  1. Install rust
  2. 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!

How to use

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!