During the first part of the second semester we started to experiment with unity again using GameU. GameU has project and step by step instructions for us to do and after each big chunk of things that we learn we have to upload our game to their platform.

Marble Mania Version 1

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.

CFU #1:Introduction to Jquery

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().