dorkster / freeblocks

FreeBlocks is a puzzle game with similar gameplay to Tetris Attack.
GNU General Public License v3.0
30 stars 2 forks source link

Handle multiple key presses #12

Closed cxong closed 9 years ago

cxong commented 9 years ago

The game seems to handle only one key press per frame; this means if the player presses two directions together, the cursor will only move in one of those directions. This makes the controls feel sluggish.

I believe this has something to do with the controls in gameMove() being exclusive.