Download Latest Version 1.8.1 source code.zip (74.9 kB)
Email in envelope

Get an email when there's a new version of Jumper

Home / jumper-1.8.0
Name Modified Size InfoDownloads / Week
Parent folder
1.8.0 source code.tar.gz 2013-01-30 34.7 kB
1.8.0 source code.zip 2013-01-30 69.0 kB
README.md 2013-01-30 1.0 kB
Totals: 3 Items   104.8 kB 0
  • Moved the internal Grid module at the top level
  • Separated path handling logic from the pathfinder class
  • Added a new Path class
  • Moved Pathfinder:filter and Pathfinder:fill to Path:filter and Path:fill
  • Changed Pathfinder:new args, to handle the explicit choice of a finder.
  • Added Pathfinder:setGrid
  • Added Pathfinder:getGrid
  • Added Pathfinder:setWalkable
  • Added Pathfinder:getWalkable
  • Changed Grid:isWalkableAt to handle a third-parameter for node walkability testing
  • Added Grid:getWidth
  • Added Grid:getHeight
  • Added Grid:getMap
  • Added Grid:getNodes
  • Added Grid:getNodes
  • Added Path:getLength for the Path class, for path length self-evaluation, as it fails with finders not handling heuristics.
  • Added Dijkstra algorithm
  • Added Breadth-First search algorithm
  • Added Depth-First search algorithm
  • Updated README and documentation
Source: README.md, updated 2013-01-30