nanodeath / CrowLib

Crow: Find your shortest path!
http://www.effectgames.com/effect/article.psp.html/community/Pathfinding_library_Dijkstra_s_Algorithm
MIT License
40 stars 6 forks source link

Node.js Support #15

Closed fritzy closed 4 years ago

fritzy commented 12 years ago

I'm trying to use the same code for both a standalone client and a server controlled client.

It would be nice to to use node.js style requires and then browserify(https://github.com/substack/node-browserify) for packaging to work better in the node.js world.