soggybag / tetris-redux-app

Tetris built with React and Redux
https://soggybag.github.io/tetris-redux-app/
4 stars 6 forks source link

fixed out of bounds issue #14

Closed SWHarrison closed 5 years ago

SWHarrison commented 5 years ago

Added code to top of canMoveTo function in utils/index.js to account for blocks moving too far left or right.