Computer Science 1




Hello- My name is Isaac Kim and this is my Gita 1 / 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

8/31/22

This program shows how to write "Goodbye" in 4 other languages. Its purpose was to familiarize ourselves with using buttons.

About Project

9/2/22

This program displays an informative page for IK Airline. It utilizes buttons and text labels to output information.

Mailing Label

9/7/22

This program outputs mailing labels using the information that is filled in the text boxes. Concatenation is used to display the output.

Madlibs

9/9/22

This program displays a Mad Libs game. This program utilizes text boxes and concatenation to display the final outcome.

Car Rental 1

9/12/22

This program creates a Car Rental system that allows the user to input various kinds information.

BMI

9/22/22

This program calculates one's BMI using the height and weight. It also includes BMI chart for reference.

Car Rental Upgrade

9/28/22

This program is an upgraded version of the Car Rental program. It now features previews of the car and options for leather and Bose speaker.

Test Score Program

9/30/22

This program outputs the letter grade, higher test result, and the average of the inputted test scores.

Dice Game

10/4/22

This program simulates 2 dice being rolled and also calculates the chances for each roll.

Craps Dice Game

10/11/22

This program simulates a Craps Dice Game. It outputs messages whenever the user wins or loses.

Triangle Checker

10/19/22

This program displays the type of triangle when 3 sides of a triangle is inputted. It also displays percentages of each triangle type seen.

Academic Competition Slot Machine

11/3/22

This program simulates a slot machine where the user is able to bet a certain amount of money and possibly hit a jackpot.

Kim's Taco Truck

11/15/22

This program simulates a taco truck that allows the user to customize their own tacos. The taco truck has different options for taco shell, meat, and add-ons.

Boxer's StairCase

11/8/22

This program simulates a boxer who goes up and down the stairs. When it reaches either ends of the staircase, the boxer is met with a surprise.

2D Sub Program

1/20/23

This program displays a user-controlled submarine interacting with a randomly-moving shark.

Tic-Tac-Toe

2/8/23

This Tic-Tac-Toe program utilizes if/if else statements to determine winning cases.

Basic AI

2/17/23

This program consists of one user-controlled character and one AI character. The AI Character will follow the user and will deal damage to the user upon contact.

Star Field

2/28/23

This program simulates a flight through space, and stars increase in size as you go towards them.

AI Upgrade

3/20/23

This program consists of one user-controlled character and ten AI characters. The program utilizes arrays to manage all ten AI characters to attack the user.

Number Array

3/28/23

This program generates 100 numbers and displays the highest/lowest value, average of all of the values, and number of even/odd values.

The Blob

5/25/23

You are the BLOB(blue character). The main objective of this game is to eat all of the “food” items on the screen throughout five levels. There is an evil villain named Gallaxhar(Light-blue character with gloves), it will chase you and once it is on the BLOB, you will lose health. AVOID GALLAXHAR AT ALL COST.