Gita 1




This is my webpage for Gita 1. Im learning C#
this year. We are using Visual Studio to code
our projects. I'm new to coding but I have
learned alot

Goodbye World Project

8/23/23

In this project we used buttons to translate "Goodbye World" in four different languages. I learned how to utilize buttons and translated to Chinese, Spanish, Russian, and German.

About Page

8/24/23

In this project I learned how to input images and use microsoft paint to make my own logo. I learned how to use different buttons to change the font of my about page.

Mailing Label

8/30/23

In this project I used the users input into text boxes and take it to use that information and make a mailing label.

Madlibs

9/10/23

In this project I further expanded my options on how to take user input and transform it into a story

Car Rental

9/11/23

In this project I built on what I used in mailing labeland made a label while calculating from mileage and days rented to price

BMI calculator

9/18/23

In this project I built on using math in code through taking weight and height to find the users BMI

Car Rental Upgrade

10/3/23

In this project I built on the car rental project using math to calculate the price of different cars with days used and mileage

Test Score

10/4/23

In this project I used division to find a persons grade which they input, as well as finding which score was higher of the two

Dice probabilities

10/10/23

In this project I used randomness to roll dice the image of the dice would randomly depend on what the random decided, finding the odds of the combinations of the two dice

Craps Game

10/18/23

In this project I built on the random function to roll two dice to decide wether the player won or lost depending on what they rolled prior

Slot Machine

10/27/23

In this project I used the random function to fill three picture boxes with 5 random images, if they match the player will win and win the jackpot, the more they bet, the bigger the prize.

Taco Shop

11/9/23

In this project I took user input to take in multiple inputs at the same time to add to their final cost

Rock Paper Scissors Lizard Spock

12/1/23

In this project I took two user inputs as choices in rock paper scissors lizard spock, and decided who won, with a counter for who won.

Stair Walker

12/6/23

In this project I made an array which uses a fucntion to move a man up or down the stairs randomly, counting how many times it reached the top or bottom.

2D Sub

1/19/23

In this project I made an 2d array which uses a fucntion to randomly move two submarines which could crash into obstacles which could crash into each other and sink.

tic tac toe

2/1/23

In this project I made a 2d arrays of booleans which were true or false for X's or O's to simulate a tic tac toe game.

basic AI with upgrades

2/16/23

In this project I made my first code using timers for animation to simulate an orange juicer which tries to chase you and suck out all your juice.

starfield

2/22/23

In this project I built further on animation with randomness to make the simulation which showsa bed of shooting stars.

fishing simulator

3/5/23

In this project I built used randomness with 2d arrays to make a bunch of fish which could be picked up using the hook or killed by the shark.

number array

3/8/23

In this project I built used randomness to generate numbers and then made requirements to find the highest, lowest, evens and odds, and an average.

bee simulator

3/22/23

In this project I built used Lists to spawn bees fromnowhere without a limit, which traveled to a flower and then back to its hive.

Treasure Hunters

5/23/23

In my final project I used tools from all the previous projects, randomness, arrays, animations, and more.