GITA 1
By Evan Eum




This is my webpage for GITA 1. We
are studying C# and this is my webpage that shows all of my projects
that I have worked on in the previous year. It's my first year of learning computer
science and I at first found it difficult to learn. As the year progressed, I found joy in
doing these projects and hope to continue to code in the future.

About Page

In this project, we learned the basic functions of C# with different labels and buttons as well as the different fonts and colors. We created an imaginary company and created a page to sell our products.


Mailing Label

8/30/23

In this project, we learned the functions of a textbox and rewriting the text inside onto a different label.We told the user to write in some information and the program will insert into a mailing label.

Car Rental

9/19/23

In this project we created a simple calculator that takes in multiple inputs an celculates the amount of money someone needs to pay for a car. I copied the mailing label to see the info for the person that rented out the car.

BMI

9/25/23

In this project we created a simple calculator that takes in the height and weight of the user to calculate their BMI (Body Mass Index).It tells the user their weight status and gives a balanced diet for their body type.

Car Rental Upgrade

10/3/23

In this project we upgraded the original Car Rental Upgrade. We learned the functions of checkboxes, radioboxes, and groupboxes.

Triangle Checker

10/11/23

In this project I created a calculator where it takes in the sides of a triangle and tells the user what kind of triangle it is.

Craps Game

10/19/23

In this project I replicated the famous casino game, the Craps Game. It uses imaginary money to let you play and gamble.

Slot Machine

10/27/23

In this project I replicated the famous casino game, the Slot Machine. It uses imaginary money to let you play and gamble. It had random slots that are shown in pictureboxes.

Over Under Calculator

11/14/2023

The Over Under Calculator was an application where we calculated the points for robotics competition.

Incremental Game

12/1/23

In this project, we learned the uses of timers and soundPlayers. Similar to cookie clicker there are power ups that help you get more clicks.

Spooky StairCase

12/13/23

In this project, we learned the uses of arrays and For loops. Like a horror game the end of the staircase might scare you!

AI Chase

1/19/24

We learned how to make an AI that chases a certain object. You control a robot and shoot at the AI to win.

2D Submarine

2/2/24

The 2D submarine was the first project where we implemented a 2D array in our projects. When we press a button the 2 submarines move and when they collide or hit the barrier they die.

Fishing Simulator

2/20/24

This game is a simulator of a boat where it releases a hook and it catches fish in the pond. The goal is to catch more fish than the predator which catches fish in the pond.

Tic Tac Toe

2/27/24

This is tic tac toe for 2 players.

Math Menu

3/6/24

This a calculator that can find the even and odd numbers that you insert. The prime numbers and the factorial of a number is also possible. In the advanced menu it can give the fibbonacci sequence and summations of inputs.

Simple Board Game

3/15/24

I created a 2 player board game where you roll a dice and want to get to the finish line before the other player. There are power ups or disadvantages that will get you ahead or send you behind.

Bee Simulator

3/28/24

In this project we learned how to implement array lists to spawn multiple objects. You spawn bees and they fly towards a flower which then would give you pollen. The more pollen you get you can get powerups that help you get more pollen.