JavaScript is required to use Bungie.net

Group Avatar

BungieNetPlatform

"Updates, discussions, and documentation of the BungieNetPlatform API."

Request Join
originally posted in:BungieNetPlatform
6/5/2015 2:15:11 PM
1

Crucible Analysis - Whats possible with API?

Hey guys! I'm looking into the possibility of creating an application that can help with map and strategy analysis for Crucible. Really, I'm interested in creating something similar to the ToO heat maps show in the weekly updates. I doubt this kind of data is accessible, but was curious whether or not you think something like this is possible? If not currently available, I'd like to add it to the feature suggestion list. However, I'm having a hard time thinking of a way to map user movement through a crucible map as an easily accessible JSON output. Any ideas?

Posting in language:

 

Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

  • I don't think that data is accessible, but it would definitely be interesting. As far as the output goes (and assuming it's the same as what's been in the weekly update), you could build it as a 2D array of objects. [ [ { ... }, { ... }, ... ], //top row ... [ { ... }, { ... }, ... ], [ { "heatIndex": 3 }, { ... }, ... ], //bottom row ] Then if you wanted the heat index (or something) from bottom left cell you'd just need to access json[0][0].heatIndex. However, if what you're wanting to do is [i]navigate[/i] through the map with a pathfinding algorithm, a good place to start is [url=https://en.wikipedia.org/wiki/A*_search_algorithm]the A* algorithm[/url].

    Posting in language:

     

    Play nice. Take a minute to review our Code of Conduct before submitting your post. Cancel Edit Create Fireteam Post

    1 Reply
    You are not allowed to view this content.
    ;
    preload icon
    preload icon
    preload icon