Kyle Frank's Webpage



Hello this is my GITA 1 computer science webpage.
I am learning C# this year.
This page demos all of my C# projects.
You can download them and see them run by
clicking on the photo of the project.

Goodbye Project

8/31/22

In this program we learned how to change labels using buttons.



About Page Project

9/2/22

In this program we learned how to use buttons to make things disppear and reappear.



Mailing Lable Project

9/7/22

In this program we learned how to concatnate words from text boxes into labels.



Madlibs Project

9/9/22

In this program we learned how to further concatnation words given to us in text boxes.



Car Rental Project

9/12/22

In this program we learned how to calculate costs.



BMI Project

9/22/22

In this program we learned how to take inputs and calculate things using those inputs.



Car Rental Upgrade

9/28/22

In this program we learned how to calculate percents, add up costs and use check boxes.



Test Score Project

9/30/22

In this program we learned how to take a number from text boxes and calculate a bunch of different things off of that.



Dice Game Project

10/4/22

In this program we learned how to use random numbers for the first time.



Craps Game Project

10/11/22

In this program we learned how to use random numbers to create rules for games.



Triangle Checker Project

10/19/22

In this program we learned how to further use if statements and percents.



Slot Machine Project

11/3/22

In this program we learned how to combine randmon numbers and if statements to get a outcome.



StairCase Project

11/8/22

In this program we learned how to use arrays and connect that to random numbers.



Taco Truck Project

11/15/22

In this program we learned how to calculate cost with many different varibles including tax, quantity and multiple options.



Rock-Paper-Scissors Project

12/15/22

In this program we learned how to use equations and multiple if statements.



Sub 2D Project

1/20/23

In this program we learned how to use arrays. This allows us to move around pictures into different positions on the screen.



Tic Tac Toe Project

2/1/23

In this program we learned how to further use arrays. This allows us to move around pictures into different positions on the screen and determine different win conditions because of the position of the pictures.



BasicAI Project

2/17/23

In this program we learned how to make AI that would chase a playable character. We also learned how to use keys to move a character.



Starfield Project

2/27/23

In this program we learned how to randomly assign pictures to spots on the screen. We also learned how to grow pictures using arrays.



BasicAi Upgrade Project

3/16/23

In this program we learned how to assign picture boxes, AI, to arrays to make them all work together to reach a simple goal.



Number Array Project

3/28/23

In this program we learned how to assign numbers to arrays, to get the highest and lowest numbers, the average number and the even and odd counts.



Final Game

5/25/23

In this program we combined everything we have learned this year to create one big final game.