python-pathfinding icon indicating copy to clipboard operation
python-pathfinding copied to clipboard

Bigger maps for testing

Open brean opened this issue 7 years ago • 0 comments

Add some big maps to test the algorithm & performance (based on https://harablog.wordpress.com/2011/09/07/jump-point-search/ )

  • [ ] Baldurs gate (like)
  • [ ] Adaptive Depth
  • [ ] Rooms
  • [ ] Generate mazes, that can be solved (with a python implementation of this: https://github.com/bestguy/generate-maze )

brean avatar Aug 26 '18 11:08 brean