Bug 591 - Pacman does not change its position after inputting any command
Summary: Pacman does not change its position after inputting any command
Status: RESOLVED FIXED
Alias: None
Product: Group14-Pacman
Classification: Unclassified
Component: Game (show other bugs)
Version: 0.0.1
Hardware: PC Windows
: High enhancement
Assignee: Aleksa
URL:
Depends on:
Blocks:
 
Reported: 2021-11-21 00:32 HKT by Aleksa
Modified: 2021-11-21 02:11 HKT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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