Summer Showcase

SUMMER SHOWCASE

By: Jerry

>

_______________________________________________________________

Guessing Game

Make a python program to guess a number.

System generates a number randomly.

Let the user input the number they guess.

Compare the guessed number with the system generated number.

If the two numbers are the same, the user wins; otherwise they lose.

Here is the Unfair Guessing Game Code and the Fair Guessing Game Code.

Here is the Unfair Guessing Game Video and the Fair Guessing Game Video.

Unfair Guessing Game Code Fair Guessing Game Code

_______________________________________________________________

Text Based Adventure Game

HOMEWORK #1

Create your own idea for a TBAG game. It should be as original as possible!

Write a python function to print the instructions of your TBAG game.

HOMEWORK #2

Store the questions of your TBAG game.

Call the function and find the answer of a random question.

Here is the TBAG Homework #1 and the TBAG Homework #2.

Here is the TBAG Homework #1 Video and the TBAG Homework #2 Video.

_______________________________________________________________

Turtle Fireworks

HOMEWORK #1

Update your exercise #7 code using clone() to add six line drops.

Must use clone() function.

HOMEWORK #2

Create a program using turtle and all the functions learned from last two classes.

Must use advanced loop.

Choose one of the shapes at left side to draw, or make your own but must be the similar level of complexity.

Here is the Turtle Homework #1 and the Turtle Homework #2.

Here is the Turtle Homework #1 Video and the Turtle Homework #2 Video.

_______________________________________________________________

Star Clicker

HOMEWORK #1

Make a Maze Game

Either touch wall = die or touch wall = stop, controllable player.

Pygame - Star Clicker

Make an original game using pygame.

Must follow the given rubric.

Here is the Maze Game and the Pygame Star Clicker Folder.

Here is the All of pygame except for final game video and the Star Clicker Video.

_______________________________________________________________

Arduino

HOMEWORK #1

Create a program that have 3 lights that can dancing, including:

Design circuit on TinkerCad

Write code in Arduino IDE

Run program in Arduino board

HOMEWORK #2

Create a social distancing machine using Ultrasound Sensor

Here is the Homework #1 Code and the Homework #2 Code.

Here is the Blinking Lights Video.

_______________________________________________________________

HTML

You have done 4 projects/submissions during the entirety of the junior program.

Make a webpage that presents your projects throughout the program, using what we learnt today

Here is the Website.

_______________________________________________________________

Thank you for reading!