Computer Science 1




This is my webpage for computer science 1. We
are studying C#. Its my first year of computer
science. It difficult to learn but its what I
call hard fun.

About Page

9/8/22

In this project, we made a logo for a business, and learned how to manually adjust the color and text font of a body of text.

Mailing Label

9/14/22

In this project, we learned how to parse user inputs, and display them on a label. We also learned how to use buttons to press in order to display the user inputs.

Car Rental

9/20/22

In this project, we learned how to handle math in C#, and what the double/decimal variable can handle. This project also set us up for one of the following projects, Car Rental Upgrade.

BMI Checker

9/29/22

This project was all about handling specific cases using if statements. We also used radio buttons for this project to display the diet options.

Car Rental Upgrade

10/6/22

In this project, we used radio buttons and if statements to make our original car rental project better. we added different car options and accessories to add to the car.

Triangle Checker

10/16/22

In this project, we used user inputs for the sides to calculate the type of triangle the sides make up. We also learned how to use random numbers to randomly generate the 3 sides for the triangle.

Craps Game

10/20/22

In this project, we used more random numbers to create a craps game. We linked the random numbers to picture boxes to display the dice, and if statements to handle the win/losses.

Taco Shack

11/1/22

In this project, we used radio buttons as ingrediants to create a taco to sell. We used buttons to display the price of the taco(s).

Slots Machine

11/15/22

In this project, we used random number generators to make a slots machine, as well as using user inputs to create the starting money in the money deposit. This project also had radio buttons to show how much they wanted to bet.

Incremental Game

12/4/22

In this project, we learned how to create an idle game, with upgrades with different levels. We also learned how to use the SoundPlay function and the windows media player tool for background music.