11 Pinky(
float x,
float y,
int direction, std::shared_ptr<Intersection> destination);
18 std::shared_ptr<Intersection>
dest;
int direction
Definition: Entity.h:40
float x
Definition: Entity.h:37
float y
Definition: Entity.h:38
Ghosts class.
Definition: Ghosts.h:15
std::shared_ptr< Intersection > dest
Definition: Pinky.h:18
Pinky(float x, float y, int direction, std::shared_ptr< Intersection > destination)
Definition: Pinky.cpp:3
Tile getOrig()
Definition: Pinky.cpp:22
void setDestination(std::shared_ptr< Intersection > dest)
Definition: Pinky.cpp:27
std::shared_ptr< Intersection > getDestination()
Definition: Pinky.cpp:20
Tile scatterTarget
Definition: Pinky.h:29
Tile getGoalTile(int pacmanX, int pacmanY)
Get the Goal Tile object.
Definition: Pinky.cpp:29
~Pinky()
Definition: Pinky.cpp:18
Tile struct.
Definition: Maze.h:17