mknepprath / lilt

A Twitter text adventure.
https://botsin.space/@lilt
2 stars 1 forks source link

Add aliasing #1

Open mknepprath opened 4 years ago

mknepprath commented 4 years ago

Right now, if I wanted to allow the following moves,

There are a couple ways I could do this...

  1. A new column of "aliases" for each record in the existing moves table.
  2. A new table of all aliases with the ID of the move they should point to. I'm leaning towards this solution.
mknepprath commented 4 years ago

This gets especially useful when there are 10 possible responses to "look around" based on state - right now, I need to create 10 for each version of this move.