Use RequireJS (or something similar) for lazy loading

Issue #3 resolved
haliphax repo owner created an issue

Instead of the current, homegrown (and ghastly) method of asynchronously (or "lazy") loading scripts, use an "industry standard" library, instead. This should take care of a fair bit of the repeated code that is used in action/skill scripts.

Comments (2)

  1. haliphax reporter

    Done been done! The entire "game" view and all of its associated parts (actions, skills, parameters, map, log, occupants, surroundings, movement, item/effect/actor descriptions, etc.) are now built with KnockoutJS and RequireJS

  2. Log in to comment