Goodbye Program8/28/20
This program says goodbye in multiple different languages. Each button
is a different language.
|
Help Page Program9/1/20
This program shows the cost of a poster based on its
size and decoration amount. View type like font is
interchangable.
|
Mailing Label Program9/8/20
This program outputs a professional mailing label
based on what the user inputs into the textboxes.
|
Car Rental Program9/11/20
This program shows the price of a certain car
depending on how long it will be rented and how many miles
are driven.
|
BMI Program9/18/20
This program shows the BMI rating of the user depending on
their weight and height. Calculated using metric system.
|
Car Rental Upgraded Program9/23/20
This program shows the price of a car depending on
milage, time rented, type of car, and add-ons like
leather.
|
Test Score Program9/28/20
This program shows the percentage, average, and highest score test
of the two scores the user input.
|
Craps Game Program10/7/20
The user can click the roll button to roll the dice. Rules of the
game will determine if they win or lose. Virtual version of craps game.
|
Shirt Sales Program10/19/20
The user can order any amount of shirts, clear, and end order.
There are manager stats for the store to see.
|
Slot Machine Program10/29/20
The user can input credits and as long as there
is more credits than 1 dollar, they can play the game
by clicking the roll button.
|
Rock Paper Scissors Program11/16/20
Two people can play rock-paper-scissors on the same device. Wins are counted and saved.
|
Fish 1 Program11/30/20
Program where fish randomly moves around left or right every time button is pressed or
timer is started.
|
Fish 2D Program12/8/20
Program where fish randomly moves around left,right, down or up when button pressed or timer
starts.
|
Tic Tac Toe Program12/14/20
Program where 2 human players can play against each other in tic tac toe.
|
N! Program1/14/21
Program can calculate the sum, factorial, evens, odds, of generated sequence of
numbers that user determines. Can also calculate fibonacci to however many user
decides.
|
Basic AI Part 1 Program1/26/21
Program where the AI follows and tries to hurt you. You can shoot the AI
for points.
|
Starfield Program2/9/21
Program where it looks like you are moving through a starfield.
|
Fish Aquarium Program2/16/21
Program where fish are randomly moving anywhere while a shark tries to eat them all and a
boat tries to catch them all.
|
Integer Array Program3/4/21
Program where 5000 random numbers (1-5000) are generated and lowest, highest, and average values are
calculated.
|