| Summary: | Pacman does not change its position after inputting any command | ||
|---|---|---|---|
| Product: | Group14-Pacman | Reporter: | Aleksa <ajelaca2-c> |
| Component: | Game | Assignee: | 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
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 |