Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 338 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 338 Bytes

PacMan Exercise

In this exercise you need to detect when PacMan touches either the left or right side of the WebPage and reverse its direction and also flip the image to face the in the direction moved. eg use different images.

You should also use the JavaScript function setTimeout to automate the movement.