GITA 1




This is my webpage for GITA 1. We
are studying C#. As of the creation of this
website, the most recent project done was the Fishing Game
(Created on 2/12/25)

My Company

9/5/24

This was our first project of the year. It introduced us to C# and taught the basics of button pressing.




Simple Business Card Generator

9/16/24

We learned textboxes and user input, along with other basic pieces of code we'd use for the rest of the year.




Vacation Planner

9/23/24

In this project, we learned how to use operators effectively to help plan a Vacation for the user, and calulating the cost along with it.




Vacation Planner Upgrade

10/2/24

In this project, we upgraded the previous iteration by adding more options to customize the user's vacation.




Triangle Checker

10/10/24

This project lets the user input 3 numbers, and the code must figure out if those numbers can or cannot make a triangle, and what type of triangle it is.




Craps Game

10/17/24

This project lets the user play Craps, or in other words gamble.




Slot Machine

10/25/24

This project lets the user gamble some more, this time in the form of a slot machine.




Incremental Game

10/25/24

This project simulates a "clicker game" for the user, and is also the first time sounds were added to projects.




Rock Paper Scissors (Lizard Spock)

11/18/24

This two-player game lets you play a more complicated variant of Rock Paper Scissors, and for the first time has us enabling/disabling assets




Spooky Staircase

12/3/24

This game had us utilize arrays for the first time. This would especially come in handy for our next project.




Simple Board Game

1/6/24

This game had us reuse arrays in order to create a simple 2-player board game.




Ai Chase

1/15/24

This game had us code a special Ai to chase a player




Ai Chase Upgrade

1/24/24

This game had us add on to the previous iteration by adding in a gun that can kill the Ai




Fishing Game

2/11/24

This game had us code 20 fish, a predator, and a boat/hook system. I reused code from AI Chase in order to work the predator.