Gita 1

Computer Science 1




This is the webpage for my computer science 1 class.
This page shows all of my C# projects. You can download and see how they run.


Goodbye Program

8/31/22

In this program we learned how to use picture boxes and buttons.


About Page

9/2/22

In this program we learned how to make picture boxes appear and dissapear with buttons.


Mailing Label

9/7/22

In this program we learned how to do concatenation.


Madlibs

9/9/22

In this program we learned how to further improve concatenation skills.


Car Rental

9/12/22

In this program we learned how to calculate customer cost by miles and display what we have calculated, and keep track of customers.


BMI

9/22/22

In this program we learned how to calculate BMI from height and weight.


Car Rental Upgrade

9/28/22

In this program we learned how to calculate customer cost by miles and add addons by using radio buttons.


Test Score Program

9/30/22

In this program we learned how to calculate test scores from percentage.


Dice Game

10/4/22

In this program we learned how to calculate probability and use random number generators.


Craps Dice Game

10/11/22

In this program we learned how to make rules with random numbers.


Triangle Checker

10/19/22

In this program we learned how to use rules to identify triangles.


Slot Machine

11/3/22

In this program we learned how to calculate grand prize total and use more than 1 button.


Taco Truck

11/15/22

In this program we used all of our skills that we have learned and put it into a midterm project.


Staircase

11/28/22

In this program we learned how to use arrays and used random number generators for characters.


2D Sub Program

01/20/23

In this program we learned how to use arrays with boundaries, also using AI to hunt you down.


Tic Tac Toe

02/08/23

In this program we improved our array skills and learned how to use specific coding for specific directions.


Basic AI

02/17/23

In this program we learned how to code ai to come toward us and lose health, and to move our character with key presses.


Starfield

02/27/23

In this program we learned how to code ai to grow and expand and to spawn in random location so it looked like you were moving throught the galaxy.


AI Upgrade

03/17/23

In this program we learned how to use arrays with enemies to hunt your character down with specific directions, improving on Basic AI.


Number Array

03/28/23

In this program we learned how to calculate random numbers, odd, even, and average numbers in an array.