2021-10-05 11:44:51 +00:00
|
|
|
[< Back](../exercises.md)
|
|
|
|
|
2021-10-05 08:37:48 +00:00
|
|
|
# Exercise: Add Clyde as a Ghost
|
|
|
|
|
|
|
|
We have three ghosts within the project. Blinky, Inky and Pinky. But Clyde is missing. Implement Clyde and their
|
|
|
|
behavior.
|
|
|
|
|
|
|
|
Clyde always chases PacMan so the only thing you should need is where PacMan is currently located. But Clyde also has
|
|
|
|
the scatter behavior as the other ghosts.
|
2021-10-05 10:51:55 +00:00
|
|
|
|
|
|
|
Where are the graphics for Clyde in the assets file and how can we make sure the ghost will be correctly rendered?
|