From 8f6186dbf16af0082c270e9c8d1a7db173ffa7e6 Mon Sep 17 00:00:00 2001 From: Andrew Kesterson Date: Sun, 15 Jun 2014 23:13:53 -0700 Subject: [PATCH] Working on pathfinding --- credits.txt | 3 + moonlight/index.html | 3 +- moonlight/js/PathFinderPlugin.js | 110 ++++++ moonlight/js/easystar-0.1.8.js | 555 +++++++++++++++++++++++++++++++ moonlight/js/moonlight-skulk.js | 44 ++- 5 files changed, 709 insertions(+), 6 deletions(-) create mode 100644 moonlight/js/PathFinderPlugin.js create mode 100644 moonlight/js/easystar-0.1.8.js diff --git a/credits.txt b/credits.txt index bd9fd08..f44b9fb 100644 --- a/credits.txt +++ b/credits.txt @@ -2,6 +2,9 @@ Programming: Andrew Kesterson (@akesterson) Phaser JS framework written by @photonstorm + Phaser Pathfinding plugin by casarock (https://github.com/appsbu-de/phaser_plugin_pathfinding) + EasyStarJS by prettymuchbryce (https://github.com/prettymuchbryce/easystarjs) + Narrative/Dialog Writing: diff --git a/moonlight/index.html b/moonlight/index.html index 59c6b9a..0c41c07 100644 --- a/moonlight/index.html +++ b/moonlight/index.html @@ -5,7 +5,8 @@ Moonlight Skulk (Working Title) - + +