An adventure in coding & cold steel. This text adventure is inspired by the 90's BBS hit sensation, LORD (as best I remember it).
My big goal here is to write code that clearly describes the problem domain. The formulae for leveling, damage calculation, etc. will mostly duplicate what's been revealed of Final Fantasy 1. Other than that, there's not much of a road map; I'd like to focus on text animations at some point, and bring my brother in for some creative writing.
It's currently written with Knockout, and I do want to transition to Angular (...because reasons).
- Addy Osmani's writeup on Abstract Decorators
- ES5 Constructor Modules as described in Stoyan Stefanov's JavaScript Patterns book