TekkenChicken / chicken-server

Backend for Tekken Chicken app
2 stars 2 forks source link

Render move data as series of arrays so we can display images w/ buttons and directions #19

Open bdickason opened 7 years ago

bdickason commented 7 years ago

We'd like to render imagery for buttons and directions.

We're planning the following: Each comma separated command is an entry in an array (d, d/f, f, 2 becomes [d,d/f,f,2])

Each plus command becomes a nested array with comma separation (d/f,d/f+1+2 becomes [d/f, [d/f, 1, 2]])