Browse Source

refactoring: Removed redundant code

remotes/origin/ghosts
fdai7753 11 months ago
parent
commit
62ffa07a64
  1. 4
      src/main/java/pacmanGame/Map.java

4
src/main/java/pacmanGame/Map.java

@ -48,10 +48,6 @@ public class Map {
this.put("s", "empty");
this.put(".", "dot");
this.put("w", "wall");
for(int i = 0; i < 10; i++) {
this.put(i+"", "empty");
}
this.put("0", "empty");
this.put("1", "empty");
this.put("2", "empty");

Loading…
Cancel
Save