I have input command "Left" to move PacMan to the left, but it did not respond. It just stayed at the same place
The problem was in Game.java in method void gameTick(String). PacMan's position change along x and y axis remained 0, it did not change with the user's input. Now it is fixed