jakesgordon/javascript-tetris

A key should be set so that the block will drop to the bottom

CptTun opened this issue · 3 comments

Instead of pressing the down button repeatedly, a key (eg. "Down" Button) should be set so that the block will go all the way down.

Thank's for info!

My PR (#27) does this (Shift) and also adds a Pause (P) button.

thanks