calbri / TetrisAVR

CSSE2010 Assignment - Good copy
1 stars 0 forks source link

Joystick Support #38

Closed P0ntiff closed 8 years ago

P0ntiff commented 8 years ago

Add support to use the joystick to move blocks in the same way that the serial terminal cursor keys work: • joystick left – moves the block left (if possible) • joystick right – moves the block right (if possible) • joystick up – rotates the block (if possible) • joystick down – drops the block one row This must include auto-repeat support – if the joystick is held in one position then, after a short delay, the code should act as if the joystick was repeatedly and quickly moved in that direction