GITA 1

Jacquelin Ng



In GITA 1, we are studying C#. It is challenging, but the
end results are worth it. View my projects below!


My Company

9/5/24

In my first project, I learned the basics of C# and created a simple program to display a company's website.

Business Card Generator

9/16/24

In this project, we used buttons and user inputs. It can display user information on a digital business card.

Vacation Planner

9/23/24

In this project, I used user inputs to calculate the cost of a vacation and display it on a reciept.

Vacation Planner Upgrade

10/2/24

In this project, I added more elements to my Vacation Planner, such as activities, hotels, and multiple choice options.

Triangle Checker

10/10/24

In this project, we learned how to use random numbers and provide different types of triangles, such as isosceles, equilateral, and scalene.

Craps Game

10/17/24

In this project, I used images for dice to create a classic game. It uses many buttons an includes instructions for users.

Slot Machine

10/25/24

In this project, I randomized slots to simulate a slot machine. You can deposit and bet money every time you take a turn at slots.

Incremental Game

11/11/24

In this project, I learned how to use music in my programs. In this clicker game, you can upgrade your clicks per second and per click.

Rock Paper Scissors

11/18/24

In this two player game, you can play rock, paper, scissors, lizard, and spock. I learned how to hide and show elements easier.

Spooky Staircase

12/3/24

In this project, I learned how to use loops and arrays. The cat will move up or down randomly, while avoiding the monsters at the top and bottom of the stairs.

Simple Board Game

1/6/25

In this project, I learned how to use two arrays at once and combine my previous skills. This two play game is controlled by a dice and has 36 spaces.

AI Chase

1/15/25

In this project, I learned how to use multiple forms and arrows keys. The game consists of a player and an AI chasing you.

AI Chase Upgrade

1/24/25

In this project, I upgraded my original AI Chase and added ways to hit the AI. The arrow keys move much more smoothly and faster.

Fishing Simulator

2/11/25

In this project, I used for loops to create fish and bubbles. Use the space bar can be used to play the game while a predator automatically chases the closest fish.

Path Puzzle Game

2/23/25

In this project, you can use arrow keys to move across a 2D array and complete 3 levels. I learned how to incorporate 2D arrays into games.

Tic Tac Toe

3/2/25

In this project, two players can play tic tac toe. I used a 2D array and became more comfortable using tags for pictureboxes.