You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In README.md you say 'a' for jump and 's' for action. But in fact, I have to press shift + 'a' instead of 'a' to jump and shift + 's' instead of 's' to take action. And if I press 'A' ('a' with CapsLk) or 'S' ('s' with CapsLk), nothing happens, no jumping, no actions.
I cloned the repo and run it without changes.
The text was updated successfully, but these errors were encountered:
Weird, I just downloaded the zip of the latest version and tested it. 'a' and 's' seems to work regardless of shift and capslock. I might have to do with your keyboard, I'm not sure.
Would you mind downloading the repo via git clone? I removed the downloaded one and downloaded a new one still via git clone [email protected]:justinmeister/Mario-Level-1.git, but when I run the new one, I still have to hold shift to make 'a' and 's' work.
BTW, I'm using Ubuntu 13.10 (64bit version) with python 2.7.5+ and pygame 1.9.1release+dfsg-8.
In
README.md
you say 'a' for jump and 's' for action. But in fact, I have to press shift + 'a' instead of 'a' to jump and shift + 's' instead of 's' to take action. And if I press 'A' ('a' with CapsLk) or 'S' ('s' with CapsLk), nothing happens, no jumping, no actions.I cloned the repo and run it without changes.
The text was updated successfully, but these errors were encountered: