My Company9/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 Generator9/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 Planner9/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 Upgrade10/2/24 In this project, we
upgraded the previous iteration
by adding more options to customize
the user's vacation.
|
![]() |
Triangle Checker10/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 Game10/17/24 This project
lets the user play Craps, or
in other words gamble.
|
![]() |
Slot Machine10/25/24 This project
lets the user gamble some
more, this time in the form
of a slot machine.
|
![]() |
Incremental Game10/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 Staircase12/3/24 This game had us
utilize arrays for the first time.
This would especially come in handy for
our next project.
|
![]() |
Simple Board Game1/6/24 This game had us
reuse arrays in order to create a simple 2-player
board game.
|
![]() |
Ai Chase1/15/24 This game had us
code a special Ai to chase a player
|
![]() |
Ai Chase Upgrade1/24/24 This game had us
add on to the previous iteration
by adding in a gun that can
kill the Ai
|
![]() |
Fishing Game2/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.
|
![]() |