In this lecture we look at scalar multiplication and how it can be used to alter the movement speed of the player.
For your challenge, we want to find out where the player will end up after a fixed set of instructions:
- The player starts at (0, 0)
- The player moves south (0, -1) at 5 units/second for 10 seconds
- The player moves east (1, 0) at 2 units/second for 20 seconds
- Where did they end up?
For some additional hints, watch to the very end of the video.
Once you’ve got your answer, post your answer below and remember to use the spoiler tags.