Computer Science 1




This is my webpage for computer science 1. We
are studying C#. Its my first year of computer
science. It's difficult to learn but it's stil fun.

My Company

9/5/24

In this project, we learned how to display pictures and use labels.

Simple Business Card Generator

9/16/24

In this project, we learned how to take in user input and output it.

Vacation Planner

9/23/24

In this project, we learned how to error handle and do calculations in our code.

Vacation Planner Upgrade

10/2/24

In this project, we learned how to use radio buttons and checkboxes.

Triangle Checker

10/10/24

In this project, we learned how to use conditional statements to identify a triangle using pythagorean theorem

Craps Game

10/17/24

In this project, we learned how to randomize numbers and respond to them using conditional statements.

Slot Machine

10/25/24

In this project, we learned how to randomize numbers and combine them with other values to change the final outcome.

Incremental Game

11/11/24

In this project, we learned how to use timers and add sound using Windows Media Player. We also learned how to allow the user to click on a picturebox to interact with it.

Rock Paper Scissor

11/18/24

In this project, we learned how to allow users to interact with the game by confirming their choice inside of a MessageBox.

Spooky Staircase

12/3/24

In this project, we learned how to use arrays and for loops to create picture boxes, then move an image between those picture boxes.

Simple Board Game

1/6/25

In this project, we learned how to use timers in a more complicated way to move characters throuhgout a board game. We also learned how to check a specific spot for any special conditions.

AI Chase

1/15/25

In this project, we learned how to use multiple forms in our program and created an AI that that chases the user around. We also learned how to allow the user to control a character (let them move up, down, left and right).

AI Chase Upgrade

1/24/25

In this project, we learned how to make our characters movements smoother and check to see if items are intersecting.