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
One of the things that makes the original game easier to play is that you just have to press once in the direction you want to turn, and then the next time pacman reaches an intersection that allows him to turn in that direction, he will turn. This is called "buffering" an input, since you provide it and then the next time it is applicable it will be applied.
The text was updated successfully, but these errors were encountered:
One of the things that makes the original game easier to play is that you just have to press once in the direction you want to turn, and then the next time pacman reaches an intersection that allows him to turn in that direction, he will turn. This is called "buffering" an input, since you provide it and then the next time it is applicable it will be applied.
The text was updated successfully, but these errors were encountered: