davidyu / mld49

Mini LD #49 Entry. Theme: non-human player
MIT License
0 stars 0 forks source link

command execution system #4

Closed davidyu closed 10 years ago

davidyu commented 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

davidyu commented 10 years ago

implement record and playback

davidyu commented 10 years ago

implement composition of record and playback. IE:

record 1 > record 2 v record 3 playback 1 playback 2 should expand to > v

davidyu commented 10 years ago

Base mechanics done.