GITA 1

Sean Yoon




Hello this is my GITA1/Computer Science 1 webpage.
I am learning C# this year. This page demos all of my
C# projects. You can download them and see them run.


Goodbye Program

8/31/22

In this program, we learned how to make buttons
say goodbye in certain languages and we also showed
graphics that represent the different languages.

About Page

9/2/22

In this program, we learned how to display images, change colors, and draw lines with our company data.

Mailing Label

9/7/22

In this program, we learned how to input values into textboxes and output them into labels using our personal data.

Madlib

9/9/22

In this program, we input words into a madlib and output the results into a label to write a creative and interesting story.

Car Rental

9/12/22

In this program, we used basic calculations to code a car rental program that lets us see the total charge, average spent, total customers, and more.

Car Rental Upgrade

9/28/22

In this program, we made upgrades to our car rental program to add different options and account for their costs.

Test Score

9/30/22

In this program, we calculated the letter grades of two test scores and also determined the higher score as well as the average of the scores.

Dice Roll

10/4/22

In this program, we learned how to calculate the probability of rolling a certain combination for two dice. We also calculated the sum of the rolls and the total rolls.

Craps Dice Game

10/11/22

In this program, we used the dice roll from our previous program to calculate if you won or not based off of what number you rolled. We made certain dots show up on the board game if you won to show your progres.

Triangle Checker

10/19/22

In this program, we used our knowledge of geometry to classify triangles based on the measurements of their side lenghts. We also found the probability of each triangles' sides and angles.

Slot Machine

11/4/22

In this program, we learned randomness in C# and used it to create a slot machine game with a jackpot and a random chance of winning.

Taco Truck

11/15/22

This program was our benchmark and we used all of our prior learned knowledge to create a program where you can order tacos. This program output the results such as customer information and pricing with taxes into a label.

Stair Walker

11/8/22

In this program, we learned arrays and basic animations in C#. I created a program that simulates Steve from Minecraft climbing up and down stairs to reach both the End and Nether portal.

Rock Paper Scissors

12/15/22

In this program, we created a rock paper scissor game using our combined knowledge of everything we have learned up to this point.

Sub2d

1/20/22

In this program, I took inspiration from Minecraft and incorperated our knowledge of arrays to create a program where the zombie follows Steve, trying to elimnate him.

Tic-Tac-Toe

2/8/23

In this program, we used our coding knowledge to create a tic-tac-toe program. I made mine Minecraft themed.

Basic AI

2/17/23

This program was mad tough for me because we learned keystrokes and different entities following each other to create our first "game.".

StarField

2/28/23

This program was light and we made it look like it was a game and we were flyin forward through the sky.

AI Upgrade

3/20/22

This was most def the hardest project of this year because we had to keep track of scores, use multiple arrays, use keystrokes, and have multple health levels for each entity.

Numbers Array

3/28/23

In this program, we took numbers 1-100 and found the average, greatest, least, even, odd, and more stats for the 100 numbers.

MONKEY RUN (final project)

3/28/23

This was my final project. I made obstacles follow a monkey using a lot of arrays. I also made it look like the monkey is running by making an array for stars in the background. This project tested my coding limits and I tried hard not to procrastinate.