Computer Science 1




Welcome! This is the webpage for GITA! In GITA 1
we learn C#. C# is a modern programming language where we
learn how to make Windows application. This is my first
year of programming.


Coffee Shop


10/14/2021


In this project we calculated the cost of purchasing multiple drinks.

Goodbye World!


8/31/2021


In this project we translate goodbye into other languages.


Help Page


9/3/2021


In this project we designed a help page with the company's name, logo, and trademark.


Mailing Label


9/8/2021


In this project we created a program that formats a mailing label automatically.


Car Rental


9/16/2021


In this project we created a car rental website where info is inputted and distance driven, cost, and manager stats are displayed.


BMI Calculator


9/21/2021


In this project we calculated BMI given height and weight.


Car Rental Upgrade


9/24/2021


In this project we added on to the original car rental website but now have what choices of cars and any upgrades for the car.


Test Score Program


9/29/2021


In this project we calculated the letter grade of a percentage and determined which is higher.


Dice Program


10/1/2021


In this project 2 die are rolled and the sum and percentage of the rolls is calculated.


Craps Game


10/8/2021


In this project we simulate a the craps casino game but without the bets.


Slot Machine


10/14/2021


In this project we created a casino slot game where credits can be inputted and three of the same picture is needed to win the jackpot.


T-shirt Program


10/28/2021


In this project we run a T-shirt website.


Rock Paper Scissors


11/1/2021


In this project we simulated a game of rock, paper, scissors.


Submarine program


11/19/2021


In this project we programmed a submarine that randomly goes one unit up or down and counts how many times it hits the top or bottom.


Submarine 2D


12/8/2021


In this project we upgraded the submarine program, made the tank 2D, and added a shark that when hits the sub, the sub sinks to the bottom.


NCAA Bowl Series


12/15/2021


In this project we previewed a college bowl game.


Tic-Tac-Toe


1/7/2022


In this project we simulated a game of Tic-Tac-Toe.


Basic Ai Game


1/21/2022


In this project we learned about basic ai with an ai chasing the character. The player shoots the ai for points.


N Factorial


2/1/2022


In this project we used for loops to calculate specific lists of numbers based on user input.


Starfield


2/3/2022


In this project we used for loops to have stars move outward from the center of the screen.


Fish Aquarium


2/18/2022


In this project we used for loops to have fish and a shark squirm randomly with a boat moving from side to side. If the shark comes in contact with the fish, the fish appears dead on the bottom. If the hook on the boat hits a fish, the fish is attatched to the hook.


Integer Array


2/25/2022


In this project we used for loops to generate 5000 numbers between 1 and 5000 and the highest and lowest number is outputted.


Basic Ai Game Upgrade


3/9/2022


In this project we upgraded the basic ai game so that there is a total of 20 ai and each of them has 3 lives. I added 3 waves of 3, 6, and then 11.


Bee Hive


3/18/2022


In this project we used the list array to conjure bees out of thin air which are first move to the flower and then once it touches, it moves back to the hive.

Final Project: Blockzoid


6/1/2022


Final Project