Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Odd. That's part of the code that makes the player move. Since it's looping code to check "up" or what's above the player there's a chance it's positional (IE trying to move into an empty space or outside the grid). Otherwise there's not much I can do to change that line. :(

if it helps, I think it happened when I was about to push a block off of the top of the screen

(+1)

That makes sense since the checker only checks +1 from the player's position. I may have to look into that. Thanks!