Computer Science 1

Neo De Jesus




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 program, we learned how to do labels and picture, and how to code buttons to say goodbye in different languages.

About Page

9/2/22

In this program, we learned how to do make buttons to show the logo, background, and any other information of your company.

Mailing Label

9/7/22

In the program, you enter your personal information, and then a mailing label is generated.

Madlibs

9/9/22

In this program, you enter a noun, verb, adjective, or a place in textboxes, and after you press the "Push" button, it prints out the words, which are in a story.

Car Rental 1

9/12/22

In this program, you enter your information about car rental, and after that, it'll display the mailing label, the total cost, the total miles, etc.

BMI

9/22/22

In this program, you enter your height and weight, and then your BMI is calculated.

Car Rental Upgrade

9/28/22

In this program, you enter your information about car rental, and after that, it'll display, the mailing label, the total cost, the total miles, etc., based on your car selection.

Test Score Program

9/30/22

In this program, you calculate 2 test scores, and determine which of them is higher.

Dice Game

10/4/22

In this game, you roll 2 dices, and it shows the probability for each roll.

Craps Dice Game

10/11/22

This program is a digitalized version of the classic dice game Craps.

Triangle Checker

10/19/22

In this program, it lets you check whether 3 given lengths will form a triangle and determine what type of triangle is formed.

Slot Machine

11/3/22

In this program, 3 numbers are generated to stimulate a slot machine from a casino.

Taco Truck

11/15/22

This program stimulates an order calculator for your taco shop. You can also customize your tacos, and you will get you total cost.

Stair Climber

12/5/22

This program stimulates a person walking up and down stairs.

Rock Paper Scissors

12/15/22

This program is a recreated version of Big Bang Theory's "Rock, Paper, Scissors, Lizard, Spock".

Sub 2D

1/20/23

Write a program that simulates a submarine going to a different direction, to avoid get eaten by the shark.

Tic-Tac-Toe

2/8/23

Create a Tic-Tac-Toe program that will enable you to play the complete game of Tic-Tac-Toe.

Basic AI

2/17/23

Write a program where the user can control a character's movement with key presses.

Basic AI Upgrade

3/20/23

Make a copy of your AI project to upgrade.

Number Array

3/28/23

Find the highest, lowest, odd, even, and average of the numbers in the array.

Hockey Random(Final Project)

5/25/23

This program is a retro version of the Canadian sport, Hockey/created by using all of the things we've learned this year.