MinecraftU / 2021-computer-adventures

Repository for our 2021 Computer Adventures Ruby project!
0 stars 0 forks source link

Allow different key presses to be evaluated at the same time #25

Closed jamespeilunli closed 3 years ago

jamespeilunli commented 3 years ago

Right now, if I press 2 different keys (like up and right), only one of them will be evaluated (if right was evaluated, that means that the tetromino moved right but the tetromino didn't rotate).