Computer Science 1




Hello! 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 Project

08/31/22

This was the first program we made.
We learned how to make a simple program
to say goodbye in 4 languages.

Help Page

09/02/22

This was our second project.We used
the logo we made to create a company
and make a help page for that website.

Mailing Labels

09/07/22

This was our third program we made.
We learned how to make a program that
outputs the address in the correct format.

Madlibs

09/09/22

This was our fourth program we made.
We learned how to make a program that
writes out a madlib based on user input.

Car Rental

09/12/22

This was our fifth program we made.
We learned how to make a program to help
a customer rent a car based on user input.

BMI

09/22/22

This was our sixth program we made.
We learned how to make a program that
outputs the BMI of the user based on input.

Car Rental Upgrade

09/28/22

This was our seventh program we made.
We worked on out old Car Rental program
to improve the quality of the project.

Test Score

09/30/22

This was our eighth program we made.
We made a program that calculates
certain data about 2 test scores.

Dice Game

10/04/22

This was our ninth program we made.
We learned how to use random numbers to
make a dice game that calculates probability.

Crap Dice Game

10/11/22

This was our tenth program we made.
We used random numbers to make the
craps dice game with sums and credits.

Triangle Checker

10/19/22

This was our eleventh program we made.
We used user input to output what type
of triange it is based on the sides.

Coffee Shop

10/28/22

This was our twelfth program we made.
We learned how to use public variables
to calculate the total of the order.

Slot Machine

11/03/22

This was our thirteenth program we made.
We used random numbers to make a slot
machine.

Taco Truck

11/25/22

This was our fourteenth program we made.
We used public variables to set the cost
of the items and returned the total value.

Stair Case

12/13/22

This was our fifteenth program we made.
We learned how to use arrays to make a
character move up and down a set of stairs.

Rock Paper Scissors

12/15/22

This was our fifteenth program we made.
We learned how to use arrays to make a
character move up and down a set of stairs.

2D Submarine

1/20/23

This was our sixteenth program we made.
We learned how to move elements in arrays to animate
a submarine moving with a shark in the same tank.

Tic Tac Toe

2/8/23

This was our seventeenth program we made.
We learned how to change the images of the
elements to make a simple game of tic tac toe.

Basic Ai

2/17/23

This was our eighteenth program we made.
We learned how to use timers to move images across
the program to make a basic shooting game.

Star Field

2/28/23

This was our nineteenth program we made.
We learned how to use timers to move "stars" across the program
to make it seem like we were moving really fast in space.

Advanced Ai

3/20/23

This was our twentieth program we made.
We upgraded our Basic AI program to have more
enemies and be a more complex shooting game.

Number Array

3/28/23

This was our twenty first program we made.
We made an array that contains integers and not only images to output
100 random numbers and find information about these numbers.

Final Project

3/28/23

This was our twenty second program we made.
I made an escape room that has 4 rooms and is practically impossible.
It uses arrays, timers, and many other tools to make the rooms hard.