sus0 / Arrow-s-Crown

Toronto Global Game Jam@George Brown
0 stars 1 forks source link

Timing Logic #5

Open sus0 opened 9 years ago

sus0 commented 9 years ago

For now, I'm using displaytime = sqrt(num of buttons) inputtime = whichlevel * displaytime

where for levels: easy = 5/4, medium = 1 hard = 3/4

We need more tests on it to see if there's a better logic for it.