Skip to content

WPF app with a configurable pathfinding algorythm to play around with path exploration logic.

Notifications You must be signed in to change notification settings

TristanRhodes/Pathfinder.Net

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pathfinder.Net

WPF app with a configurable pathfinding algorythm to play around with path exploration logic.

This project was originally hosted on CodePlex: https://pathfinder.codeplex.com/

Current Features

  • WPF UI
  • Basic on / off cell map editor with Pan and Zoom
  • Generic A* Pathfinder library
  • Core library has no dependencies on any platform specific libraries
  • Configurable tick timer
  • Different movement types (4 and 8 direction)
  • Configurable Heuristics (Zero and Targeted)
  • Configurable Cost Calculator (Directional costs, sharp corners)
  • Solution overlay
  • Map Load / Save

Screen Shot

Alt text

About

WPF app with a configurable pathfinding algorythm to play around with path exploration logic.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages