Full screen

Share

Beginner_
Intermediate_
x
Weekly Drop-In #2 ___
Coding society_
Want to create interactive content? It’s easy in Genially!

Transcript

Coding society_

Weekly Drop-In #2 ___

x

Beginner_

Intermediate_

BACK ---

x

+

SCRATCH ACTIVITIES

+

Toxic Jungle - HofC

+

BEGINNER

+

Easiest

Detective Case - HofC

Creative Liberty

Code a race car - HofC

+

Design a Maze - HofC

Choose to do the Scratch activities if you feel confident in your block-coding skills. You get to graphic design and code with this program! The sky is the limit! You can access Scratch here. Here are a few links to programs created by other people to help inspire you. You can also see the code it took to create these awesome games: Test out a few games to see what they're like :P Flappy Bird Super Mario Basketball Among Us Pokemon Evolution You can find more projects by using the search bar here.

https://hourofcode.com/tynkertj Python | Toxic Jungle | Hour of Code | TynkerLearn Python in this Hour of Code activity. Save the floating islands from the toxic haze by solving fun coding puzzles. Activity Details Long before...Tynker.com

Click here!

Click here!

Click here!

BACK ---

x

+

+

+

RAPID FIRE!- 10 mins

CHALLENGE#2 - 15 mins

CHALLENGE#1 - 15 mins

INTERMEDIATE - ANY LANGUAGE YOU ARE COMFORTABLE WITH!

Password Crisis!😱 You are logging into your Instagram account. You have already entered your username and now, it's time to enter your password. Hard code for your program to accept a password of your choice, which is at least 8-letters long, consists of at least one upper case letter, one lower case letter and one number. If the password entered by the user is incorrect, outpoint an error code. BONUS: Add a try and catch block to allow the user to re-attempt at entering their password, without exiting the program,

Guess the Number! πŸ€” - Your program will generate a random number between 1-10. - The user will input what they guess the generated number is. - The program will output whether the user has guessed correctly, too high or too low.

How many days? The user will enter any year they like. We will assume they mean the first day of January of that year and that leap years just don't exist. πŸ™ƒ How many days have passed since the first day of the entered year, till the first day of 2021. For example, if the user enters 2020 (assume January 1st), the program will output saying that 365 days have passed as of January 1st, 2021.

Show interactive elements