| Package | Description |
|---|---|
| edu.ucsb.cs56.projects.games.pacman |
| Modifier and Type | Method | Description |
|---|---|---|
Location |
GhostHouse.getTopLeft() |
returns the top left location of the ghost house
|
| Constructor | Description |
|---|---|
GhostHouse(Location topLeft,
int width,
int blockSize) |
Constructor for a ghosthouse object
note that location must matched with the level map data that is created
|