It's good but the killer is that you can't walk diagonally and that there isn't music :(
Viewing post in Angelo's little Adventure jam comments
I don't feel that a lack of diagonal movement takes away from gameplay. A lot of older games, like Zelda, don't allow for diagonal movement. This is not only done to save on animations, but also because of the math behind diagonal moves. For example, if your character can move in any straight line of 4 directions at 1 pixel per frame, then the diagonal movement speed will not be 1 pixel per frame. Instead it will actually be a vector splitting the hypotenuse of the linear movement planes. This diagonal movement speed will instead be 1.41 pixels per frame.