Computer Science 1




This webpage is for my computer science class.
We are learning to code in C#.
I have several assignments that I would like to show you.
Programming is difficult but I see it as a challenge.


Goodbye Project

9/11/19

Our first project. You get to press buttons and it will show different languages to say, "Goodbye."

Help Page

9/17/19

Our second project. In this program we created a basic help page for our own companies

Mailing Label

9/19/19

Our third project. In this program we use textboxes for the first time where programmers can put in their info, creating a mailing label.

Car Rental 1

9/25/19

Our fifth project. In this program we made a simple system through which people can rent cars.

BMI Calculator

10/2/19

Our sixth project. In this program we made system which can calculate the body mass index (BMI) of a person by allowing the user to input their height and weight.

Car Rental Upgrade

10/8/19

Our seventh project. In this program we made an upgraded version of our first car rental system with radio buttons and checkboxes which lets you customize your rented car.

Test Scores

10/9/19

Our eighth project. In this program users can input two test scores. From their they can veiw the precentages, letter grades, greater grade, and average grade of the two test scores.

Dice Program

10/17/19

Our ninth project. In this program users can roll tow dices. It shows your probabilty of getting your total amount of the two dices.

Craps Game

10/20/19

Our tenth project. In this program users can play the game of crap

T-shirts Program

10/28/19

Our eleventh project. In this program we simulated an online t-shirt order page in which you can input multiple different orders into one purchase.

Slot Machine

10/29/19

Our 12th project. In this program we generated three random number values and used them to simulate a casino slot machine.

Rock-Paper-Scissors

11/12/19

Our 13th project. In this program we generated three random number values and used them to simulate a casino slot machine.

Fish 1

11/22/19

Our 14th project. In this program we generated a fish that swims back and forth and whenever it hits the right or left wall it show how many times it got hit.

Fish 2D

12/10/19

Our 15th project. In this program we used an array to move a fish and a shark up, down, left, and/or right, as well as make the shark eat the fish if they are on top of each other.

Rose Bowl

12/18/19

Our 16th project. In this program we displayed two football teams' flags, making them bigger as well as display their schedules and information about the two schools in seperate forms.

Tic-Tac-Toe

1/9/20

Our 17th project.In this program we were able to change a picture box's picture to either an X or an O, and then detect if someone has gotten three X or O's in a row.

N!

1/15/20

Our 18th project.Based on what number the user enters into whatever tex box, it gives a set of that amount of numbers using different equations and algorithms.

Basic Ai

1/21/20

Our 19th project.In this program we were able to make the player's ship movve left, right, up, or down depending on the key input as well as make it shoot.

StarField

1//20

Our 20th project.A simulation of the dark night sky with stars moving.

Array

2/17/20

Our 21st project. In this program we used an array to make multiple labels move across the screen.

Histogram

3/13/20

Our 22nd project. A random number generator that generates a number from 1-100. Each letter grade is kept track of.

Airplane

3/27/20

Our 23rd project. A game where an AI drops bombs on the player. The objective is to beat the clock and win the game..

Final Project

5/26/20

Our 24th project. The project I built is a space invader like game.