Eiden Han's HomePage

GITA 2 Projects



Social Media Research

Date: 8/22/2024

This was my first project in gita2. We researched about ethical use of social media and inputed the words we searched into the website. We also learn how to input links and images.



Business Card

Date: 8/27/2024

We learned css about how to change font and use margin and padding to format the page. I used the logo I used last year and inputed all the school information and organized it as a business card.



Collage

Date: 9/3/2024

We learned how to use absolute positioning and relative positioning to organize the images and add a background image.



Merchandise Store

Date: 9/10/2024

We learned how to do calculations using javascript. We displayed 4 images and make a manager stats as text box and calculate total price, average, and total customer and output the informations.



Dice

Date: 9/21/2024

We learned how to generate random and made a dice game generating random roll from 1 to 6 randomly. We also added output stating the result and pobability of each faces.



Craps Game

Date: 9/26/2024

This project is same as dice but we need to add if else to ouput same as the real craps game in las vegas.



Merchandise Store Upgrade

Date: 10/1/2024

This project is upgrade version of online store where we add a radio button and checkbox to keep track of how many discount should occur.



Basic Animation (Circle Bounce)

Date: 10/4/2024

This project is using a canvas tag and print out the ball using pixel and making it able to move and bouncce of the boundary of the canvas.



Basic Space Invader

Date: 10/15/2024

This project is using a canvas tag and draw a enemy and our spaceship. Spaceship can move left and right and shoot bullet to enemy. Hit three times, you win.



Tank game

Date: 10/25/2024

This project is using a canvas tag and draw a tank, which is able to shoot in four direction. Target randomly displays in canvas and within the time you need to hit a target multiple times.



Circle Bounce- Multiple Objects

Date: 10/31/2024

This project is upgrade of circle bounce where we use array to make various other circle and bounce in different color, size, and speed.



Submarine Project

Date: 11/15/2024

This project is making arrays of big fish and small fish and make a submarine which need to protect small fish from losing health.



Number Array

Date: 11/20/2024

This project is making a number array size of 1000 and keep track if your number is in and how many even, odd are there.



Number Array Upgrade Part 1

Date: 11/22/2024

This project is upgrade version of number array where it also keep track of time of search to find your number.



Number Array Upgrade Part 2

Date: 12/4/2024

This project is 2nd upgrade version of number array where it uses binary seach to sort the list in ascending order.



Photon with upgrade

Date: 1/20/2024

This project is making circles come towards the center and player need to shoot photon and hit three time to get rid of circle. It also keep track of health and points and player can't move out of the boundary.



String Program

Date: 1/28/2024

This project is allowing to input any words and it organizes the longest, shortest, capitalization of the words.



Checkerboard

Date: 2/1/2024

This project is generating checkerboard based on two color user choosed and the custom width and length.



Research Project

Date: 2/14/2024

This project is researching on cybersecurity and dangers of exposing personal information and telling how to prevent it.



Hornet Game

Date: 3/5/2024

This project is generating array of bee which randomly spawns on canvas every time user clicks it. It follows a meat which changes position every 2 seconds. Bee earn points as ithits the meat and eliminate lower point bees.