Computer Science 1




Hello - this is my GITA 1 / computer science 1 webpage.
I am learning C# this year. This page demos all of my C#
projects. You can download them and see them run.


Goodbye Project

8.31.22

In this project we learned how to use buttons to change
the text on labels to display different languages.



About Page

9.2.22

In this project we learned how to use buttons to change
text color, font, and make pictures appear and disappear.






Mailing Label

9.7.22

In this project we learned how to use buttons to concatenate
text box inputs and clear them.






Madlibs

9.9.22

In this project we learned how to use buttons to concatenate text box
inputs and put them into a story.






Car Rental 1

9.12.22

In this project we learned how to use buttons to perform calculations, concatenate
text box inputs, and change labels.






BMI

9.22.22

In this project we learned how to use buttons to calculate BMI when given
feet, inches, and weight.






Car Rental 2

9.28.22

In this project we learned how to use radio buttons and checkboxes
to simulate a car rental with daily prices and add-ons.






Test Scores

9.30.22

In this project we learned how to use "if" statements to decide
which test score is the highest, and apply a letter grade to it.






Dice Game

10.4.22

In this project we learned how to use random numbers to simulate
rolling dice, and track various stats with calculations.






Craps Game

10.11.22

In this project we learned how to use random numbers and if statements
to create a game of Craps.






Triangle Checker

10.19.22

In this project we learned how to use calculations to
determine if 3 given sides form a triangle.






Slot Machine

11.3.22

In this project we learned how to use random numbers and if statements
to simulate a casino slot machine.






Taco Truck

11.15.22

In this project we learned how to use radio buttons, checkboxes, if statements,
and buttons to simulate ordering food.
This project is a benchmark.






Staircase

11.27.22

In this project we learned how to use random numbers and picture arrays
to move a picture box up or down a flight of stairs.






Rock Paper Scissors

12.15.22

In this project we learned how to use radio buttons, if statements,
and calculations to simulate rock paper scissors.






2D Sub Program

1.20.23

In this project we used random numbers to move a
submarine through a tank and avoid a shark.






Tic Tac Toe

2.8.23

In this project we simulated a game of tic-tac-toe
using "if" statements and a turn-based system.






Basic AI

2.17.23

In this project we learned how to make an AI that tracks a character
and can follow it.






Starfield

2.28.23

In this project we learned how to use arrays to make
a movement effect.






Basic AI Upgrade

3.20.23

In this project we learned how to use arrays to make
a group of enemies with healthbars chase the player.






Number Array

3.28.23

In this project we learned how to use arrays to make
a list of numbers and determine which are even/odd and find the highest/lowest number.






Final Project

5.25.23

In this project we used everything we have learned to create our own
game.