flypup / duel-of-the-devs

Duel of the Devs Web Game. Continuation of GitHub Game Off 2012 entry.
http://minimonks.com
2 stars 1 forks source link

Implement nearest point query for AI Input obstacle avoidance #41

Open robwalch opened 11 years ago

robwalch commented 11 years ago

See http://dl.dropbox.com/u/2494815/demo/index.html (Query Tab)

map collision notes (i think current solution is pretty good)

robwalch commented 11 years ago

How will AI use this?

  1. New map features:
    • way points
    • a-star navigation grids (difficult to create and maintain as props and obstacles move)
    • pathfinding using above or other techniques?