Skip to content

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

Notifications You must be signed in to change notification settings

david4shure/pathfinder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages