Computer Science 1




Hello, my name is Jad. This is my GITA 1 computer science webpage.
I am learning C# this year. This page demos all of my
C# projects. You can click images to download programs and see them run.


Goodbye project

8/31/2022

In this program, user presses buttons to display goodbye in selected language. we learned how to use buttons, picture boxes, and labels.


About Page

9/2/2022

In this program we learned the basics about buttons and labels by making an about page for a website.


Madlibs

9/9/2022

In this program we learned how to concatenate user inputs to make a madlibs.


Car Rental

9/12/2022

We had to make an agency that rents cars to people. We calculated the cost of each rental using miles driven and the number of days the car was used.


BMI

9/22/2022

We made a program that calculated the user's BMI when they inputted their hieght and weigth.


Car Rental Upgrade

9/28/2022

We made an agency that rents cars to people. We calculated the cost of each rental using miles driven and the number of days the car was used. We made more features available using checkboxes and radio buttons.


Test score program

9/30/2022

We made a program that when given two test scores, we calculate the grade they get, the higher score, and the average of both of them.


Dice Game

10/4/2022

Dice game generates 2 random numbers and whatever the number is, is what the dice will show up as .


Craps Dice Game

10/11/2022

A Dice Game that also keeps track of points.


Triangle Checker

10/19/2022

Three side lengths are entered, then the program tells you if the shape is a triangle and what type of triangle it is.


Slot Machine

11/3/2022

You enter money to play, 3 random images are generated, if you get the sam three images you win.


Taco Truck

11/15/2022

A taco shop where you can buy tacos with several different options for them. It also calculates the cost depending on the options selected.


Staircase

11/8/2022

We learned how to use an array in this program. A character randomly moves up and down the staircase, if they get to the top there's a ghost, if they get to bottom there's a monster.


2D Submarine program

1/20/2023

A submarine and a shark randomly move on an array, if the shark meets the sub, the sub sinks.


Tic-Tac-Toe

2/8/2023

We recreate the game tic tac toe using an array.


Basic AI

2/17/2023

You control a character using key presses, and you have to defeat an enemy by firing a projectile.


Star field

2/28/2023

We use an array of stars and move them in a certain way to give the illusion that we are moving through space.


AI upgrade

3/20/2023

This is Basic AI but we make an array of enemies that move toward the player at the same time with each one having a health bar.


Number Array

3/28/2023

This program generates 100 random numbers and determines which one is the highest, which one is the lowest. It finds how many even and odd numbers there are, and the average of all the numbers.


<

Final Project

3/28/2023

My final project, lazer maze. Instructions are in the program.