Skip to content

issues Search Results · repo:digitsensitive/astar-typescript language:TypeScript

Filter by

17 results
 (96 ms)

17 results

indigitsensitive/astar-typescript (press backspace or delete to remove)

matrix lib version: astar-typescript : ^1.2.7 import { AStarFinder, Grid } from astar-typescript const grid = new Grid({ matrix, densityOfObstacles: 1, }) const aStar = new AStarFinder({ ...
  • marsgpl
  • Opened 
    on Sep 16, 2024
  • #51

getting the following error when running yarn run-example [webpack-cli] Error: Cannot find module Phaser Require stack: ...
  • aldevv
  • Opened 
    on Feb 8, 2024
  • #50

i changed example to allow diagonal movement and experimented a little with it. seems like manhattan fails to find shortest solution under certain conditions. e.g. it produces this manhattan instead of ...
  • caryoscelus
  • 1
  • Opened 
    on Jan 24, 2024
  • #49

Simple patch and bump would be much appreciated :)
  • jbu4github
  • 1
  • Opened 
    on Nov 28, 2022
  • #44

  • GameDevUmut
  • 1
  • Opened 
    on May 25, 2022
  • #39

Hi! Is it possible to use a weighted cost matrix instead of just 0/1 values?
enhancement
  • PentamapRainer
  • Opened 
    on Apr 9, 2021
  • #24

I m importing the package into a typescript project that s compiled with rollup. Unfortunately, when I try to build with this referenced (import { AStarFinder } from astar-typescript ;) rollup fails with ...
  • veleek
  • 4
  • Opened 
    on Jan 31, 2021
  • #23

Hi! How i set the accepted tile on the grid? By default, the astar accept the 0 and 1, but I would like to add the 2, 3, 4 ecc up to 9
  • ghost
  • 1
  • Opened 
    on Dec 27, 2020
  • #22

Hello, cool library! Would it be possible to review the approach to importing lodash? I ve seen the PR that recommended the es approach, and agree that was not the way to go. I think there are two simple ...
enhancement
  • cjke
  • 1
  • Opened 
    on Dec 1, 2020
  • #18

Hi there I noticed that the path taken when allowing for diagonals is not always the most natural route. Take the following example: image It makes more sense for a person to walk like this. image ...
  • spassvogel
  • 1
  • Opened 
    on Nov 8, 2020
  • #17
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub