Arno De Pachter

Course exercises

This exercise made us make some irises follow the cursor of your computermouse. We were given the assignment to actually program the second eye, which was pretty difficult, since the first one was moving already.Check here!

Here we had to create multiple "pacmen" bouncing around the active window. Fully in Javascript! With a timer we were able to achieve this result, and also getting the current window size, so the location and the velocity of every pacmen changes.Check here!

We learnt how to import some extra additional resources, in this case a map, and work with a simple API. This was a pretty short but very important exercise. This was my first interaction with an API ever! Check here!