<

GITA 1 / Computner Science 1




Welcome to my GITA 1 portfolio!
In this course, I’ve been learning C# and working with Visual Studio to develop various projects.
Below, you’ll find details about my educational and career goals, as well as the projects I’ve worked on this year.
School Address: 789 Wildcat Way, Brea, CA 92821, United States
Phone: +1 714-990-7850
School Website: BOHS Website


Future Educational Goals: My goal is to get into UCI and maintain excellent grades to pursue a successful career.
Future Career Goals: I am currently exploring potential paths, including engineering, computer science, or business. I hope to find a field that excites me and allows me to make a meaningful impact.


Graphic that Represents Me:


What is the GITA program about? The GITA program focuses on providing students with the skills and knowledge to succeed in the field of Computer Science and Technology.
Clubs I'm Involved With: None at the moment.
Community Service: I volunteer at my mosque.
Download Visual Studio: Download Visual Studio

My Projects




Dice Roll

Date: 9/30/2024
This project simulates the rolling of dice and calculates the probability of each possible sum. It displays the results dynamically, helping visualize the distribution of sums over multiple rolls.

Vacation Planner

Date: 10/07/2024
The Vacation Planner calculates vacation costs based on user inputs for hotel nights, food days, and activity costs. It includes hotel options, applies an 8% tax, and displays a cost breakdown along with manager stats.

Craps Game

Date: 10/15/2024
This is a Craps Game interface with a craps table, two dice, and a roll button to determine the game outcome.

Slot Machine

Date: 10/23/2024
This slot machine game lets players deposit credits, place bets, and spin three reels with fruit symbols. Matching all three symbols wins the jackpot, which increases with each bet.

Taco Shop

Date: 11/06/2024
This Taco Shop system allows customers to place taco orders by selecting options like shell type, meat, and add-ons. It calculates the total cost based on the selections and displays the final order details, including the customer's name and order number, in a confirmation pop-up.

Rock Paper Scissors

Date: 11/20/2024
This Rock Paper Scissors Lizard Spock game allows two players to select their options and confirm their choices. It tracks the number of wins for each player, lets users reset or reveal the results, and provides an option to exit the game.

Stair Walker

Date: 12/10/2024
The Stair Walker program moves a person randomly up or down an 8-step staircase. It tracks steps taken and counts ghost or monster encounters at the top or bottom. Movement is random, and the user can toggle automatic movement. No running picture is available due to technical issues.

2D sub

Date: 1/30/2025
This program shows two submarines moving around a 5x7 ocean grid. They can move manually or automatically but stop if they hit walls, obstacles, or each other. Every crash adds to a bump counter, and if it reaches 25, the submarine sinks. When both submarines sink, the game restarts. The program uses buttons, pictures, and message boxes to make it easy to use.

BasicAi

Date: 2/10/2025
You control a player with arrow keys while an AI chases you. If it gets close, you lose health. You can shoot to stop the AI and earn points. The game ends when your health hits 0 or the timer runs out.

StarField

Date: 2/14/2025
Stars move diagonally across the screen by changing their left and top positions. When a star moves off the screen, it reappears in a random spot to keep the animation going.

Fishing Simulator

Date: 3/4/2025
This is a fishing game where the player controls a boat that moves back and forth. By pressing space, a hook drops down to catch fish. There are 20 fish moving randomly, and a predator tries to eat them before the player can. Caught fish give points, and eaten fish sink. The game ends when all fish are gone. Bubbles also rise from the bottom to add to the ocean effect.

Number Array

Date: 3/7/2025
This program creates an integer array with 100 random numbers from 1 to 100. When the button is clicked, it automatically shows the highest number, lowest number, average, and the count of even and odd numbers in a label.

Bee Simulator

Date: 4/3/2025
This program simulates bees flying from a hive to flowers and back. Pressing the spacebar spawns a random bee, which collects nectar and returns. There are three bee types and three flowers that give different nectar amounts. The total nectar is updated when bees return, and all bees are managed using a List for better performance.

Dodge Cube

Date: 5/28/2025
Dodge Cube is a simple but addicting game where you just try to survive. Red cubes fall from the top, and you have tp dodge them using your keyboard. The longer you last, the faster it gets. You get 5 live don’t waste them!