dorkster/freeblocks

Handle multiple key presses

Closed this issue · 0 comments

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.