Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.2 KB

README.md

File metadata and controls

20 lines (13 loc) · 1.2 KB

textAdventure

An adventure in coding & cold steel. This text adventure is inspired by the 90's BBS hit sensation, LORD (as best I remember it).

Play it!

Road map

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).

Coding patterns