I seem to have difficulty being able to move, I tried every button on my keyboard, can you help me?
That is very strange. The arrow keys and WASD should both work.
Do you have a gamepad plugged in? This game is not really meant for gamepads but the base-code I used has some gamepad support stuff in it. Maybe that is interfering with the keyboard controls somehow.
If that is not the issue, are there any other problems with the game? For example, are the animations playing or is it completely frozen? What operating system are you playing on?
Does the character have a little heart and a little blue number above her head? If not, that would explain why she isn't moving, although I don't know why that wouldn't be there!
I will upload a version in a few minutes with the gamepad code removed, in case that code is causing the issue somehow - I can't really think of why else this would happen....
Aha! It sounds like it is detecting the Up key or W key being held down. The character cannot move up and left/right at the same time, so left/right movement is being blocked.
Can you think of any reason on your end why it would detect one of these keys as being held?
It's taking me longer than expected to upload a new version because I found an unrelated bug, but if it's caused by the gamepad code, I'll have a new version with that code removed pretty soon.