Package game.core
Class G.Maze
java.lang.Object
game.core.G.Maze
- Enclosing class:
- G
protected final class G.Maze
extends java.lang.Object
-
Field Summary
Fields Modifier and Type Field Description protected int[]
distances
protected G.Node[]
graph
protected int
height
protected int
initialGhostsPosition
protected int
initialPacPosition
protected int[]
junctionIndices
protected int
lairPosition
protected java.lang.String
name
protected int[]
pillIndices
protected int[]
powerPillIndices
protected int
width
-
Constructor Summary
Constructors Modifier Constructor Description protected
Maze(int index)
-
Method Summary
-
Field Details
-
distances
protected int[] distances -
pillIndices
protected int[] pillIndices -
powerPillIndices
protected int[] powerPillIndices -
junctionIndices
protected int[] junctionIndices -
graph
-
initialPacPosition
protected int initialPacPosition -
lairPosition
protected int lairPosition -
initialGhostsPosition
protected int initialGhostsPosition -
width
protected int width -
height
protected int height -
name
protected java.lang.String name
-
-
Constructor Details
-
Maze
protected Maze(int index)
-