The Goodbye Project12/13/22
In this program we learned how to change text with a click of a button.
|
Mailing Label12/13/22
In this project, we took user input to create an address with proper formatting.
|
Test Score12/13/22
Test Score was all about taking two grades and averaging it out. Along with that, we had to identify the higer score out of the two and use images to show the grades.
|
Dice Game12/13/22
Dice game introduced us to something new, random number generators. Using it, we randomized dice rolls and kept the percentage of times a specific number was rolled.
|
Triangle Checker12/13/22
Triangle Checker was about using three sides of a triangle to identify what type of triangle it is. We also had to identify the angle of the triangle.
|
Slot Machine12/13/22
Slot machine used the random number generator. It used it to randomize three slots. We also added currency and everytime we lost, it added our bet to the jackpot.
|
Stair Walker12/13/22
Stair Case used random number generators to move the character either one up or one down.
|
Taco Truck12/13/22
Taco Truck was our benchmark of the semester. It made us add of the currency of tacos and create multiple orders. This by far was the most challenging.
|
Rock Paper Scissors12/13/22
Rock-Paper-Scissors [Lizard-Spock] was a fun game that we made. Using radio buttons, pictures, and labels, we created a working rock-paper-scissors game.
|
2D Sub1/30/23
This game helped us learn how to use arrays by having us move a submarine in an array.
|
Tic Tac Toe2/8/23
We recreated the famous game Tic Tac Toe to teach us out compound if statements.
|
Basic AI2/17/23
This was our first project creating AI and having character movement.
|
Star Field2/28/23
In this project, we learned how to code movement within an array, which would help us in Basic AI Upgrade.
|
Basic AI Upgrade3/20/23
Using what we learned from Star Field, we were able to upgrade Basic AI with more enemies.
|
Number Array3/28/23
From this project, learned how to create arrays that can grow and shrink
|