Emily's Homepage




Welcome to my Website!
You will find all of my completed GITA 1 projects below!
I am currently learning C#.


Goodbye Program

September 19, 2018

This program translates the word "Goodbye" into Spanish, French, Chinese, and Korean.

Help Page

September 21, 2018

This program calculates the cost of buying multiple items and displays managers store totals.

Mailing Label

September 27, 2018

This program takes the inputted information and outputs it into a mailing label.

Car Rental

October 5, 2018

This program calculates car rental charges. It also outputs the customer's order information.

BMI

October 10, 2018

This program uses a person's height and weight(in pounds) and calculates the body mass index(BMI).

Car Rental 2

October 17, 2018

This program is a continuation of the original Car Rental program. You now have the option to select the brand of the car you perfer(Toyota, BMW, Mercedes Benz). You can also choose to add a bose sound system or leather seats to your selected car.

Test Scores

October 19, 2018

This program changes the percentage grade of two inputted test scores into letter grades. It also displays which test score is higher and the average of the two scores.

Dice Program

October 30, 2018

This program generates random dice faces and calculates the probability of getting each dice sum.

Craps Game

November 6, 2018

In this program, we simulated the real Craps Game using coding skills we displayed in previous projects.

Slot Machine

November 15, 2018

This program allows you to play a slot machine by depositing money and choosing a betting option. You can then pull the reel and if all three graphics match, you win!

T-Shirt Program

December 5, 2018

This program allows you to purchase t-shirts. You can choose the quantity and size of the shirts and add features such as monograms and pockets. The individual shirt prices, subtotal, and total of your purchase are calculated and manager stats are outputted.

NCAA College Bowl Series

December 20, 2018

This program allows you to view records on two NCAA College Football competitors. You can also see background information about the two schools.

Fish 1

January 17, 2019

This program allows you to move a fish randomly on the screen. You can select auto-move to make the fish move on its own, or you can select move to make it move one picture box at a time. You can also make the fish go faster or slower.

Fish 2D

January 31, 2019

This program is an upgraded version of Fish 1. It includes a predator fish that tries to eat the other fish. The fish can now also move up or down. This program also displays the number of times the fish moves up, down, left, or right.

n!

February 7, 2019

This program uses for loops to display factorials, sums, odd, even, and fibonacci sequences based on the numbers that the user enters.

Tic-Tac-Toe

February 15, 2019

This program is a simulation of the Tic-Tac-Toe game. It allows two human players to play against each other and determines if one player won or if they tied.

Basic AI Game

March 8, 2019

In this program, the player must shoot the enemy and run away from the enemy using arrow keys in order to win the game. If the player's health reaches 0, the player loses. If the enemy's health bar reaches 0, the player wins.

Starfield

March 12, 2019

In this program, I created stars that move diagonally based on their location.

Space Invaders

March 21, 2019

In this program, I created space invaders that move side to side of the form. The player appears as a spaceship and must fire bullets at the invaders in order to win.