GITA 2024




This is my webpage for GITA. We
are studying C#. Its my second year of computer science at BJH. It was extremely confusing at first, but I think I learned quickly.

About Page

8/25/23

In this project, we learned how to add items to the form as well as how to code actions for those objects. Ex: When user clickes this button -> text turns Spanish.

Mailing Label

9/8/23

In this project, we learned how to utilize user inputs. Ex: Putting an address input on the envelope sticker.

Car Rental

9/19/23

In this project, we practiced using user inputs and further improved our understanding.

BMI

9/25/23

In this project, we learned how to take user inputs and plug them into equations.

Car Rental Upgrade

10/3/23

In this project, we polished up our old work to see how we could improve.

Triangle Checker

10/11/23

In this project, we did some additionally calculations. More importantly, we learned how to randomize numbers.

Craps Game

10/19/23

In this project, we touched on randomizing values.

Slot Machine

10/27/23

In this project, we learned how to use generated values to randomize other things such as pictures.

Over Under Calculator

11/14/23

This project was difficult as there were a lot of user inputs to take in. However most of the actual code was just comparing values.

Incremental Game

12/1/23

In this project we learned how to use a timer to keep track of units/sec.

Spooky Staircase

12/13/23

In this project we learned how to use an array. In this case we used it as steps on a staircase.

AI Chase

1/19/24

In this project we learned how to set keybinds to move a component. We also learn how to implement a timer to make the controls smooth.

2D Submarines

2/2/24

In this project we learned how to use an array like a chest board. We also learned to generate a "board" in the design form from the code.

Fishing Simulator

2/20/24

In this project we learned how to automate moving components. from the code.

Tic Tac Toe

2/27/24

In this project we did some more array shenanigans.

Math Menu

3/6/24

In this project we learned hot to code some more complicated types of math.

Simple Board Game

3/15/24

In this project we did some more array shenanigans again.

Bee Simulator

3/28/24

In this project we learned how to have multiple projectiles on the form at the same time(and have each do a unique randomized action).