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
For example, if you currently have a speed of 3, and there is one space between you and the wall, you can't get to that space between since moving in that direction will cause the game to think you are trying to move out of bounds and force you to stay in the same position. Instead, it should move you one space forward. Point estimate 100 pts.
The text was updated successfully, but these errors were encountered:
For example, if you currently have a speed of 3, and there is one space between you and the wall, you can't get to that space between since moving in that direction will cause the game to think you are trying to move out of bounds and force you to stay in the same position. Instead, it should move you one space forward. Point estimate 100 pts.
The text was updated successfully, but these errors were encountered: