Bug 591

Summary: Pacman does not change its position after inputting any command
Product: Group14-Pacman Reporter: Aleksa <ajelaca2-c>
Component: GameAssignee: Aleksa <ajelaca2-c>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: High    
Version: 0.0.1   
Hardware: PC   
OS: Windows   

Description Aleksa 2021-11-21 00:32:10 HKT
I have input command "Left" to move PacMan to the left, but it did not respond. It just stayed at the same place
Comment 1 Aleksa 2021-11-21 00:36:36 HKT
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