GITA 1



This is my webpage for GITA 1 webpage, where
we're studying C# with Visual Studio. It's my fist year,
and while its been tricky, I'm starting to get the hang of it.

My Company Project

9/5/24

In this project, users are allowed to interact with a form that displays your company's slogan, logo, and background information, with buttons to clear data, change text color and font.

Simple Business Card Generator

9/16/24

Design your own business card by entering your information and choosing from three styles, modern, classic, or minimalist, to see how it looks.

Vacation Planner

9/23/24

A vacation planner that calculates and displays the total cost of a vacation based on your inputs, it creates a formatted receipt, tracks your data and earnings, and resets inputs.

Vacation Planner Upgrage

10/2/24

A vacation planner that calculates costs based on your inputs, creates a receipt, tracks data and earnings, and resets inputs. It displays hotel options, meal costs, and activities with images, applying discounts for longer stays and updating all calculations.

Triangle Checker

10/10/24

This allows you to input 3 lengths and lets you check whether you 3 lengths will form a triangle and it will determine what type of triangle is formed.

Craps Game

10/17/24

This is a Craps game where the player rolls two dice. On the first roll, they win with 7 or 11, lose with 2, 3, or 12, or get a point with 4, 5, 6, 8, 9, or 10. The player continues rolling to match the point or avoid a 7. The game restarts after a win or loss.

Slot Machine

10/25/24

This is a slot machine with three reels. Players deposit $1 to $100 and bet $1 to $5 per turn. The grand prize increases with losses and resets when the player wins. The game tracks spins, validates deposits, and shows bet count, prize, and balance.

Incremental Game

11/11/24

This game is a clicker game where players earn points by clicking and can upgrade their click amount and auto-clicker for automatic point increases. Upgrades have a maximum level, with costs and effects displayed before purchase.

Rock Paper Scissor

11/18/24

This is a two-player Rock Paper Scissors Lizard Spock game. Players make their choices, and the game shows their decisions with pictures and announces the winner. It also keeps track of total wins for each player.

Spooky Staircase

12/3/24

A program where a player walks on a staircase, randomly starting at a spot and moving up or down. If they reach the top and go up, an alien appears, if they reach the bottom and go down, a monster appears. Both disappear when the player moves away.

Simple Board Game

1/6/25

This program simulates a two-player board game where players roll a dice to move on a 36-space board. Special spaces impact progress, and players compete to reach the final space or achieve a target score to win.

AI Chase

1/15/25

In this game, you control a character escaping a constantly chasing AI. Your health drains when touched, and the game tracks your survival time. After each run, you'll see how long you survived and can choose to restart or quit.

AI Chase Upgrade

1/24/25

In this game, you control your character escaping a chasing AI. Your health drains when touched by the AI, and you can fire cookies to defeat it and earn points. The AI respawns randomly, and the game ends if you're still alive.