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