Computer Science 1




Hello and welcome to my website! It is still a bit primitive right now, but I will continue to work on it.
Today I have added one of my newest projects, Rogue - 9! It's a simple shooting game, and is very simplistic.
The links for the Histogram and Number Arrays currently don't work, because I have lost those projects.

GoodBye Program

9/10/19

This project simply was a way to learn how to use buttons and how to change labels. Also I learned how to use
text functions. Also I learned how to use picture boxes.

About Page

9/11/19

This project demonstrates how to change a label in different ways. You can change the text's size, color, and font.
Also it reinforced my ability to use labels and buttons.

Mailing Label Program

9/17/19

This program helped me learn how to use user input in text boxes and how to format it into a label.

Car Rental Program

9/20/19

This project demonstrates how to keep a subtotal on purchasing multiple items.
It also keeps track of total sales, total customers and average sale.

BMI Program

9/20/19

The BMI was my first attempt at doing crazy calculations. It takes user input
and calculates there total body mass index. This program also keeps track of the total
weight of all the users and found the average body mass index of them all.

Car Rental UPGRADE

10/2/19

This project demonstrates how to keep a subtotal on purchasing multiple items.
It also keeps track of total sales, total customers and average sale.
The new addition to this program is that it now changes the base amount of money
you pay for which car you used. Also if the milage is under 100, it will not be priced.
There are also additional charges if you want additional things.

Test Score Program

10/4/19

This uses user input to keep and average of two test scores, and display the
letter grade for each of them, then the program finds the average of both.
The program also displays which grade is higher.

Dice Program

10/11/19

This program made picture boxes corrolate with a random number between 1 and 6.
These numbers would be added up, and the sum would be displayed. Then the probability
is calculated for you chance to roll a certain number.

Coffee Shop

10/14/19

We did this project with Mr. Salesky and I learned how to use radio buttons.
We learned how to set different prices and how to use them, which makes making
stores easier, also this gave me more knowledge on how to apply taxes and subtotals.

Craps Game

10/14/19

This used my prior dice program, but with a lot more logic. It simulates
a game of craps and it follows the rules of crap perfectly. This was my first
use of the joint if statement.

T-Shirt Program

10/28/19

This is essentially the same project as the Coffee Shop but with more options.
There are different and more prices than the Coffee Shop, and also more options as well.
Also tax is only applied if you are taking it to go.

Slots Machine

10/29/19

This project simulates a slot machine. The more money you use per roll, the bigger the percentage
of the pot you get. The jackpot increases with the amount you used to spin.

Rock Paper Scissors

11/4/19

This stimulates a game of rock paper scissors.

Fish 1

11/4/19

This a simple simulation where a fish moved left and right and tells
you how many times it bumps the left or right side.

Fish 2D

11/4/19

This adds on from the last Fish program and adds the ability to go up
and down. Also it has a shark that eats the fish when it comes in contact
with it. Also it keeps track of how many times each of them hit the left or
right, the bottom or top, or when the shark eats the fish.

Football

11/4/19

Football is a simple program that keeps track of two teams scores in football bowls
they have played in. Then is shows you who won the bowl they faced eachother in.
Also it has a description of both teams available, and my opinion on who should have won.

Tic-Tac-Toe

11/4/19

The program is very simple, a game of Tic-Tac-Toe.

N!

11/4/19

This takes a user's input and allows you to calculate it into a sequence, factorial, odd,
even, or fibonacci.

Basic AI Game

11/4/19

I've created a game where you can move up, down, left, and right, and shoot a bullet at an
evil sad face. Chip away at it's health and make sure to not get hit or you'll take damage.

Star Field

11/4/19

This stimulates a simple starfield with moving stars.

Fish

11/4/19

This simulates fish in a tank in an aquarium with a shark and a boat which can kill the fish.

Number Array

11/4/19

This project makes an array of 5000 and gives each one a random number,
and it tries to find the average out of the times it found a specific random number,
that it runs 5000 more times.

Histogram

11/4/19

This creates random grades and displays how many people got an A B C D or F.

Airplane

11/4/19

A plane drops bombs randomly while the player tries to dodge them.

The Final Project

11/4/19

This is a simple airplane game, where you are rewarded points for shooting the enemy planes.
But there are many random aspects such as, spawn rates of enemies, when bullets are shot, and
where the enemie spawns also the enemies also shoot back and you can die.