Gita 2

Welcome to my Gita 2 page, this year we're learning to use html and javascript to make fun games and websites


ChatGPT

08/21/23

In my first project I used basic HTML code to create a webpage on ChatGPT.



Technology Page

08/29/23

In this project I created a webpage talking about a new technology, Bio-printing, using basic HTML and javascript to create rollovers.



Buissness Card

09/01/23

In this project I created a basic buissness card with ways to reach me and a links to my website.



Collage

09/08/23

In Collage I made a collage of things that represent me and positioned them using absolute and relative positioning.



Merchandise Store

09/19/23

In Merchandise Store I created a Sticker Store that uses javascript to calculate your total order.



Dice Game

09/22/23

In this project I created a dice that rolls and calculates probability using javascript and html.



Craps

10/09/23

In this game I created a Vegas Craps game that tells you if you win or lose on your first roll and rolls after.



Circle Bounce

10/17/23

In Cirlce Bounce I used the canvas function to create two circles that move and bounce off of each other.



Space Invaders

10/24/23

In this project I created a space invaders game that uses the canvas function to draw the alien and invader by pixels!



Tank

11/03/23

In this project I created a tank using the canvas element and key presses, that can fire at a randomly placed target that moves every few seconds



Multiple Circle Bounce

11/09/23

This project is an upgrade of circle bounce, but uses arrays to create multiple circles that move independently from each other and are random sizes and colors.



Sub Program

12/04/23

Sub program uses an array to make fish move independently of each other while they try and avoid the submarine created using the canvas element



Number Array

12/13/23

Number Array finds the first position of your number throughout a randomly generated array of 1000. It also keeps track of odds and evens and the highest, lowest, and average of numbers



Circle Art

12/15/23

Paints a circle pattern on the HTML canvas



Checker Board

12/19/23

Lets the user determine the dimensions of the checkerboard and paints those dimensions onto the canvas



Photons

1/19/24

Your character moves around the boundaries and shoots photons by pushing items in an array onto the canvas. In this project we learned how to push and remove items from an array.



String Program

1/23/24

Allows the user to insert words that get pushed into the field. Outputs the array in uppercase, lowercase, and concatenates the longest and shortest string together



Research Template

02/09/24

In this project we learned how to use a template to create our own web pages to talk about our technology research



Number Array Upgrade

2/01/24

Generates 5000 random numbers and keeps track of how many times it took to find a random number using two methods.



Hornet Game

3/20/24

Creates a hornet on the canvas that is trying to reach the meat, but must defeat other hornets with randomized strength indicated by the number of stingers they have.