Module 5 Lesson 3 Extreme Scratch Cards

Slides:



Advertisements
Similar presentations
Math in Our Environment Created by:. List your location here Discuss the location and what math concepts are going to be in the problem.
Advertisements

SCRATCH Lesson Two – Interactive Concepts Using Sensing, Operators, and Variables.
Adventures in Animation Harry Potter Game Pranali Choubal Kunal Shaw Barb Ericson Dec 2007.
1 An intro to programming concepts with Scratch Session 3 of 10 sessions Repetition and variations.
Scratch Programming Session 9 of 10 Review elements to use in stories, games, etc.
Scratch Programming Session 6 of 10 If-then-else statements interactions Final projects specifications.
1 An introduction to programming concepts with Scratch.
An intro to programming concepts with Scratch Session 2 of 10 sessions I/O, variables, simple computing.
Madlib-Input, Strings, and Lists in Scratch Barb Ericson Georgia Tech June 2011.
CATCH SCRATCH! Programming from Scratch. Remember Scratch?
Timers Exploring Computer Science Lesson Objectives The students will be able to: Create a timer.
Microsoft® Small Basic Collision Detection Estimated time to complete this lesson: 1 hour.
How many stars is a face worth?. Your turn Write down the equation each time you alter the scales. Remember to take the same things off each side!
Variables. Todays Lesson  In todays lesson you are going to:  Learn to use variables  Learn to ask for user input  Learn to save the users response.
Counting Backwards On Number Lines and Grids Art licensed through: and Game Click on paper to open printable.
The quiz game that makes a difference … How to play… 1.Decide if you want to play as groups or individuals 2.Get your bingo cards ready 3.Click enter to.
Make a dice challenge! This is a starter activity and should take 5 minutes [ slide 1 ] 1.Log in to your computer 2.Open IDLE 3.Copy the code below in.
Game Maker Galactic Mail Advanced Group: Complete Galactic Mail, then start developing an independent project.
Intro CS – Screens and Variables Lesson Plan 9. Goals  Using sprites as full screens (Start screen, Game over)  Using layering to control ordering of.
Introduction to Computer Programming - Project 2 Intro to Digital Technology.
Galactic Mail Part 2. Winning and Losing Exploding Asteroids Including Scoring Adding Levels And more.
ICT/COMPUTING RULES Only use software allowed by the teacher
How do you solve a problem that has more than one step? For example: At the pet store, there are 134 birds, 55 cats, and some dogs. If there are 395 animals.
Madlib-Input, Strings, and Lists in Scratch Barb Ericson Georgia Tech.
Intro CS – Probability and Random Numbers Lesson Plan 6a.
Randomness Exploring Computer Science Lesson 4-10 – Part 2.
Intro CS – Keyboard and mouse input Lesson Plan 7.
Module 7 Lesson 13 Explore perimeter as an attribute of plane figures and solve problems.
Scratch Programming Cards
Introduction to Scratch
Movement Game Design (Scratch).
Intro CS – Screens and Variables
Intro CS – Loops, making animations & films
Intro CS – Loops & Creating Shapes
Building with Numbers Module 4: Investigation 3
Madlib-Input, Strings, and Lists in Scratch
Spanish Mad libs with Scratch
Intro CS – Probability and Random Numbers
Intro CS – Keyboard and mouse input
Exploring Computer Science Lesson 4-10 – Part 1
Mindsensors PSP-Nx Controller Simon Game
Learning to Program in Python
Introduction to Object-Oriented Programming
Learning to Program in Python
Creating Variables Output Logic flow Operators (More) Basic blocks
Module 2 Lesson 3 Over and Over Again
And and or…and RANDOMNESS
An intro to programming concepts with Scratch
Repeat Day2 Dry Run Second Repeat Program
Input Repeat until Concatenation
Mod 2 Lesson 2 Repeating Debugging
Test the Towers of Hanoi Algorithm
Test the Towers of Hanoi Algorithm
Mod 2 Lesson 2 Repeating with loops
Intro to Programming Mod 5 Lesson 2 10/19/2010.
Building a Game in Scratch
Game Over Module 4 Lesson 2.
Exploring Computer Science Lesson 4-12
Learning Targets Career: Discover strengths/experiences
Module 2 Lesson 3 Over and Over Again
Mod 5 Lesson 1 Scratch Cards: Easy
Exploring Computer Science Lesson 4-10 – Part 2
Mod 2 Lesson 2 Repeating with loops
Module 2 Lesson 3 Over and Over Again
3rd Grade Math Module 7 Lesson 13
CSC 221: Introduction to Programming Fall 2018
Exploring Computer Science Lesson 4-12
Exploring Computer Science Lesson 4-10 – Part 1
Presentation transcript:

Module 5 Lesson 3 Extreme Scratch Cards Intro to Programming Module 5 Lesson 3 Extreme Scratch Cards

Learning Objectives To build on the concepts covered in Lessons 1 and 2. To be able to use your knowledge of Scratch to solve more difficult problems and to think creatively to solve these problems.

Extreme 1 If you double click on the number, it will also have a sliding bar for changing its values. You will enter the values with the slider.

Extreme #2: Keeping Track The sprite will move around the screen randomly, while the x and y position are displayed.

Extreme 3: 5, 4, 3, 2, 1 The Cat will count down with the timer. After the countdown, the rocket will blast off.

Extreme 4: Bigger and Bigger

Extreme 5: Shape Sensation Can you do it all with using only 2 loops and all of the ‘move’ commands are inside the loops?

Extreme Extensions #1: Have the computer generate an addition problem with random numbers, and the user finds the solution and checks it. Experiment with Sensing -> ask ____ and wait command to get answers typed from the keyboard. (The answer is stored in ‘answer’) #2: Have two sprites moving around. One moves randomly and the other follows a few steps behind. Make it a chorus line of sprites. #3: Add a moon for the rocket. When it hits the moon, change the moon sprite to show a moon and a rocket. #4: Tie to the math tutorial, if the correct answer is not given soon enough, the cat explodes. #5: Let the user input the number of sides they would like to see, and the program generates the figure with that many sides.

What’s next…? For the next 2 weeks you will be working on a large scale project in Scratch. You will be broken into teams of 2 or 3. (I will pick the teams.) Start thinking of ideas for your project Animation Story Simulation Music Game … More details in Monday.