PacMen
PacMen

In this exercise we were tasked with creating pacmen by clicking a button and then moving the pacmen on the page when the game started. The pacmen move at a random velocity. When they hit the edge of the screen, they change position and stay within the frame of the webpage.

My next step in this project is to have the pacmen change position when they hit each other, not only when they hit the edge of the screen.

Eye Movement
Eye Movement

This is exercise focused on using mouse events to bind DOM elements to events. In particular we were tasked with using the mouse movement event to update the position of two eye elements on the page so that the eyes follow the mouse position on the screen.

I want to work on adding more styles to the page so that the eyes appear as part of an entire face. I would also like to add a background color.

Bus Tracker
Bus Tracker

This exercise used mapbox to display a map and bus tracker on the page. Using MBTA bus data, I located the bus stops between Harvard and MIT. An animated marker on the map highlights the bus route following those stops.

Next, I want to work on updating the map so that specific stops are marked. I would also like to add more routes.