Closed davidyu closed 10 years ago
given table/list of commands, play them in sequence
if command is simple movement without modifier, then queue move in regular speed
otherwise, queue instantaneous/discrete move from tile to tile
implement record and playback
implement composition of record and playback. IE:
record 1 > record 2 v record 3 playback 1 playback 2 should expand to > v
Base mechanics done.
given table/list of commands, play them in sequence
if command is simple movement without modifier, then queue move in regular speed
otherwise, queue instantaneous/discrete move from tile to tile