Computer Science 1




This is my webpage for Computer Science 1. We are studying C#.
It's my first year of computer science. Eventually, I will be able to make this website look better.




Goodbye

9/10/19

In this project, we learned how to change the word Goodbye into another language with a click of a button. It also shows the flag of the language you choose.


About Page

9/11/19

In this project, we used our logo we made and made a company info page.


Mailing Label

9/17/19

In this project, we learned how to make text boxes with information be put into the mailing format.


Car Rental

9/20/19

In this project, we made a form that you can rent a car and see how much it costs to drive it.


BMI

9/26/19

In this project, we calculated a persons BMI by using height and weight.


Car Rental Upgrade

10/2/19

In this project, we upgraded our original car rental to allow the user to select what car they want to use.


Test Score Program

10/4/19

In this project, calculated the average of two scores and showed which one is better.


Dice

10/11/19

In this project, we learned to use random numbers to generate random dice rolls as well as the percentage of rolling a specific number.


Craps Game

10/14/19

In this project, we used random numbers and picture boxes to make a Craps game.


T Shirt Sale

10/28/19

In this project, we learned how to keep track of a subtotal for multiple items purchased and keeping track of total shirts, average sale, and amount of sales.


Slot Machine

10/29/19

In this project, we used random number generator to make a slot machine. It also has text boxes that allow the user to add credits. If all three symbols match, they win the jackpot.


Rock-Paper-Scissor

11/12/19

In this project, we made a rock paper scissor program that keeps score of which player won.


Fish 1

11/20/19

In this project, we used random number generator to make a fish move randomly in a bowl. It also has a counter for each time it hits the right or left side of the fish tank.


/// /// /// Add files to google drive and get links to match with the project. /// /// ///

Fish 2D

12/6/19

In this project, we used random number generator to make a fish move randomly in a bowl. We also added a shark as well as an x and y axis.It also has a counter for each time it hits the right or left side of the fish tank.


Football

12/16/19

In this project, we selected two teams to show the statistics of each major they been to. It also shows the season of the team of the current year.


Tic-Tac-Toe

1/6/20

In this project, we made a tic-tac-toe board that allows two players to play on the same screen. Whoever gets three O's or X's in a row, wins!


N!

1/13/20

In this project, there is five different boxes where you can enter a number, and it will list a sequence of numbers that correspond with the Sequence you choose. You can choose from, Sequence, Odd, Even, Factorial, and Fibonacci. It will show the highest number, as well the the total of all the numbers in the range of numbers you chose.


Basic AI Game

1/21/20

In this project, we created a game that makes an AI follow the player, trying to attack it. The player can shoot back at the invader, and push it back. If the invader drains your health to 0, you lose. If you are able to hit the invader 10 times, you win.


Starfield

1/29/20

In this project, we gave the illusion that you are moving through space by having an array of picture boxes move towards the edge of the quadrant they were in. Once they went past the border, we reset them in the form to make it look like you are continuously going through space.


Aquarium

2/19/20

In this project, we had an array of fish moving around the form randomly, while a shark was in the water trying to eat them all. There is also a boat with a fishing line that can catch fish and stop them from being eaten by the shark.


Plane

3/19/20

In this project, the player has to survive for a minute from a plane that is shooting down bullets towards the ground. After the minute passes by, you win


Through the Stars (Final Project)

5/27/20

This project has you play as a spaceship that takes down enemy spaceships. You fight waves of enemies until you face the boss. Once you kill the boss, you win the game.