Our first project project is Marble Mania. Right here is my first iteration of the geame where I learned the basics of adding and manipulating game objects along with using physics to make the objects move.
During the second half of the first semester we started to learn jQuery! Below are some of the practices that we did in order to understand it better.
This was our first time using JQuery. During this practice we learned the structure of a JQuery code, keywords like selector, action, and event, and some Jquery methods to introduce us to animation. 3 of the methods we learned were .hide(), .show(), and .toggle().