Hero image

Roombop

Average Rating3.10
(based on 17 reviews)

We are a team of teachers that have experience educating high school students in the field of Computer Science and Technology. Our goal is the integration of technology in the classroom. Technology is a valuable tool, however there is a void between technology and learning. Roombop aims to change that! RoomBop allows teachers to bring technology into their classrooms for any subject on any device, for all ages.

215Uploads

78k+Views

8k+Downloads

We are a team of teachers that have experience educating high school students in the field of Computer Science and Technology. Our goal is the integration of technology in the classroom. Technology is a valuable tool, however there is a void between technology and learning. Roombop aims to change that! RoomBop allows teachers to bring technology into their classrooms for any subject on any device, for all ages.
Paper Scrabble Language/Math Game
romboprombop

Paper Scrabble Language/Math Game

(0)
This resource includes the letters and two styled games to use with the letters. Letters include both a photocopy black and white version as well as a colored version. Print the letters on cardstock. Then laminate. There are 8 of each vowel and 4 of each consonant. Also includes two blanks. Provide your students with the letters. Have the students use the letters to spell out spelling words, words within their units or give them random letters to come up with the highest valued words. Great for math (addition) Additionally, there is a traditional styled Scrabble board with instructions and a score sheet handout. This resource is good for language unit by having the students total up vocabulary words, or just a great way to reward students by having them play Scrabble.
Scratch Bundle: Intermediate To Your Second Game (Value Pack)
romboprombop

Scratch Bundle: Intermediate To Your Second Game (Value Pack)

(0)
Scratch is a visual programming language that makes coding simple and fun. It can be used to create all sorts of programs. This is the intermediate package that explains various of Scratch concepts. This is a bundled package that include 12 of my Scratch Intermediate guides. It also includes one tutorial on creating a dice rolling game. Buying this bundle saves you $7! **Note:This package is in a ZIP file. What You Get: • Drawing your own sprite • Changing colors • Multiple costumes • The rotation tool • Applying the script • Project accomplishments My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. You can also get this resource part of my bundled Scratch Intermediate package here. • Scratch: Making Things Move (Intermediate #1) • Scratch: Costumes (Intermediate #2) • Scratch: Special Effects (Intermediate #3) • Scratch: Events (Intermediate #4) • Scratch: Simple Loops (Intermediate #5) • Scratch: Pen Tool (Intermediate #6) • Scratch: Variables (Intermediate #7) • Scratch: Math (Intermediate #8) • Scratch: Strings and List (Intermediate #9) • Scratch: Coordinates (Intermediate #10) • Scratch: Audio (Intermediate #11) • Scratch: Roll the dice - Game Programming (Intermediate #12) All these resources are also apart of a bigger bundle, which includes Basic, Intermediate and Advanced. You can find that [here](Scratch Bundle: Basics, Intermediate, Advanced (Super Value: 242 pages)).
Scratch Bundle: Basics To Your First Game (Value Pack)
romboprombop

Scratch Bundle: Basics To Your First Game (Value Pack)

(0)
Scratch is a visual programming language that makes coding simple and fun. It can be used to create all sorts of programs. This is the basic starting package that explains what and how Scratch works, plus setting up your account and getting the software ready to program. This is a bundled package that include 5 of my Scratch Basic guides. It also includes one tutorial on creating a simple game. Great for students just starting out with scratch. Buying this bundle saves you $4! **Note:This package is in a ZIP file. This is a bundle of the following items: • Starting from Scratch (Basics #1) [FREE] • Scratch: Interface (Basics #2) • Scratch: Sprites (Basics #3) • Scratch: Colored Blocks and Scripts (Basics #4) • Scratch: Cat vs Dragon - Game Programming (Basics #5) All these resources are also apart of a bigger bundle, which includes Basic, Intermediate and Advanced. You can find that [here](Scratch Bundle: Basics, Intermediate, Advanced (Super Value: 242 pages)).
Scratch: Creating Blocks (Advanced #6)
romboprombop

Scratch: Creating Blocks (Advanced #6)

(0)
To avoid repeating the same set of blocks over and over again, it’s possible to take a shortcut by creating new blocks. Each new block can contain several different instructions. What You Get: • Creating blocks • Define and using blocks • Blocks with inputs • Blocks example • Next Steps My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. This resource can be bought in a bundle here. Other Resources in this set include the following: • Scratch: Binary (Advanced #1) • Scratch: Decisions (Advanced #2) • Scratch: Sensing and detecting (Advanced #3) • Scratch: Complex loops (Advanced #4) • Scratch: Sprite Communication (Advanced #5) • Scratch: Creating Blocks (Advanced #6) • Scratch: Monkey vs Bat - Game Programming (Advanced #7) • Scratch: Things to try (Advanced #8) • Scratch Bundle: Advanced To Your Third Game (Value Pack)
Scratch: Audio (Intermediate #11)
romboprombop

Scratch: Audio (Intermediate #11)

(0)
Scratch programs don’t have to be silent. Use the pink “Sound” blocks to try out sound effects and create music. You can also use sound files you already have or record brand new sounds for your program or game! What You Get: • Adding sound • Playing sound • Volume control • Making music • Playing music • Tempo My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. You can also get this resource part of my bundled Scratch Intermediate package here. • Scratch: Making Things Move (Intermediate #1) • Scratch: Costumes (Intermediate #2) • Scratch: Special Effects (Intermediate #3) • Scratch: Events (Intermediate #4) • Scratch: Simple Loops (Intermediate #5) • Scratch: Pen Tool (Intermediate #6) • Scratch: Variables (Intermediate #7) • Scratch: Math (Intermediate #8) • Scratch: Strings and List (Intermediate #9) • Scratch: Coordinates (Intermediate #10) • Scratch: Audio (Intermediate #11) • Scratch: Roll the dice - Game Programming (Intermediate #12) • Scratch Bundle: Intermediate To Your Second Game (Value Pack)
Scratch: Binary (Advanced #1)
romboprombop

Scratch: Binary (Advanced #1)

(0)
Computers decide what to do by asking questions and determining whether the answers are true or false. Questions that only have two possible answers are called “Boolean expressions”. We will look at the various expressions in the upcoming pages. We will first start off with numbers! What You Get: • Numbers • Variables • Words • Not block • Combining • Next Steps My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. This resource can be bought in a bundle here. Other Resources in this set include the following: • Scratch: Binary (Advanced #1) • Scratch: Decisions (Advanced #2) • Scratch: Sensing and detecting (Advanced #3) • Scratch: Complex loops (Advanced #4) • Scratch: Sprite Communication (Advanced #5) • Scratch: Creating Blocks (Advanced #6) • Scratch: Monkey vs Bat - Game Programming (Advanced #7) • Scratch: Things to try (Advanced #8) • Scratch Bundle: Advanced To Your Third Game (Value Pack)
Scratch: Sprite Communication (Advanced #5)
romboprombop

Scratch: Sprite Communication (Advanced #5)

(0)
Sometimes it’s useful for sprites to communicate with each other. Sprites can use messages to tell other sprites what to do. Scratch also lets you create conversations between sprites. What You Get: • Broadcasting • Shark Example • Conversations • Monkey Example • Next Steps My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. This resource can be bought in a bundle here. Other Resources in this set include the following: • Scratch: Binary (Advanced #1) • Scratch: Decisions (Advanced #2) • Scratch: Sensing and detecting (Advanced #3) • Scratch: Complex loops (Advanced #4) • Scratch: Sprite Communication (Advanced #5) • Scratch: Creating Blocks (Advanced #6) • Scratch: Monkey vs Bat - Game Programming (Advanced #7) • Scratch: Things to try (Advanced #8) • Scratch Bundle: Advanced To Your Third Game (Value Pack)
Scratch: Decisions (Advanced #2)
romboprombop

Scratch: Decisions (Advanced #2)

(0)
The “if” blocks use Boolean expressions to decide what to do next. To use them, put other blocks inside their “jaws”. The blocks inside the “if” blocks will only run if the answer to the Boolean expression is true. What You Get: • Making Decisions • Decision Blocks • If Then • Branched Instructions • Boolean Shapes • Next Steps My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. This resource can be bought in a bundle here. Other Resources in this set include the following: • Scratch: Binary (Advanced #1) • Scratch: Decisions (Advanced #2) • Scratch: Sensing and detecting (Advanced #3) • Scratch: Complex loops (Advanced #4) • Scratch: Sprite Communication (Advanced #5) • Scratch: Creating Blocks (Advanced #6) • Scratch: Monkey vs Bat - Game Programming (Advanced #7) • Scratch: Things to try (Advanced #8) • Scratch Bundle: Advanced To Your Third Game (Value Pack)
Scratch: Math (Intermediate #8)
romboprombop

Scratch: Math (Intermediate #8)

(0)
As well as storing numbers in variables, Scratch can be used to carry out all sorts of calculations using the “Operator” blocks. What You Get: • Addition and subtraction • Multiplication and division • Results in variables • Random numbers • Advanced math My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. You can also get this resource part of my bundled Scratch Intermediate package here. • Scratch: Making Things Move (Intermediate #1) • Scratch: Costumes (Intermediate #2) • Scratch: Special Effects (Intermediate #3) • Scratch: Events (Intermediate #4) • Scratch: Simple Loops (Intermediate #5) • Scratch: Pen Tool (Intermediate #6) • Scratch: Variables (Intermediate #7) • Scratch: Math (Intermediate #8) • Scratch: Strings and List (Intermediate #9) • Scratch: Coordinates (Intermediate #10) • Scratch: Audio (Intermediate #11) • Scratch: Roll the dice - Game Programming (Intermediate #12) • Scratch Bundle: Intermediate To Your Second Game (Value Pack)
Scratch: Sensing and detecting (Advanced #3)
romboprombop

Scratch: Sensing and detecting (Advanced #3)

(0)
The “Sensing” blocks enable a script to see what is happening on your computer. They can detect keyboard controls and let sprites react when they touch each other. Here are various of sensing blocks and their functions. What You Get: • Sensing Blocks • Keyboard Controls • Sprite Collision • Using Sensing Blocks • Next Steps My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. This resource can be bought in a bundle here. Other Resources in this set include the following: • Scratch: Binary (Advanced #1) • Scratch: Decisions (Advanced #2) • Scratch: Sensing and detecting (Advanced #3) • Scratch: Complex loops (Advanced #4) • Scratch: Sprite Communication (Advanced #5) • Scratch: Creating Blocks (Advanced #6) • Scratch: Monkey vs Bat - Game Programming (Advanced #7) • Scratch: Things to try (Advanced #8) • Scratch Bundle: Advanced To Your Third Game (Value Pack)
Scratch: Coordinates (Intermediate #10)
romboprombop

Scratch: Coordinates (Intermediate #10)

(0)
To put a sprite in a particular spot, or to find out its exact location, you can use coordinates. Coordinates are a pair of numbers that pinpoint a sprite’s position on the stage using an X and Y grid. What You Get: • X & Y positions • X & Y grid • Moving sprites • Moving a penguin My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. You can also get this resource part of my bundled Scratch Intermediate package here. • Scratch: Making Things Move (Intermediate #1) • Scratch: Costumes (Intermediate #2) • Scratch: Special Effects (Intermediate #3) • Scratch: Events (Intermediate #4) • Scratch: Simple Loops (Intermediate #5) • Scratch: Pen Tool (Intermediate #6) • Scratch: Variables (Intermediate #7) • Scratch: Math (Intermediate #8) • Scratch: Strings and List (Intermediate #9) • Scratch: Coordinates (Intermediate #10) • Scratch: Audio (Intermediate #11) • Scratch: Roll the dice - Game Programming (Intermediate #12) • Scratch Bundle: Intermediate To Your Second Game (Value Pack)
Scratch Bundle: Advanced To Your Third Game (Value Pack)
romboprombop

Scratch Bundle: Advanced To Your Third Game (Value Pack)

(0)
Scratch is a visual programming language that makes coding simple and fun. It can be used to create all sorts of programs. This is the advanced package that explains various of Scratch concepts. This is a bundled package that include 8 of my Scratch Advanced guides. It also includes one tutorial on creating a Monkey vs Bat game. Buying this bundle saves you $4! **Note:This package is in a ZIP file. What You Get: • Scratch: Binary (Advanced #1) • Scratch: Decisions (Advanced #2) • Scratch: Sensing and detecting (Advanced #3) • Scratch: Complex loops (Advanced #4) • Scratch: Sprite Communication (Advanced #5) • Scratch: Creating Blocks (Advanced #6) • Scratch: Monkey vs Bat - Game Programming (Advanced #7) • Scratch: Things to try (Advanced #8) All these resources are also apart of a bigger bundle, which includes Basic, Intermediate and Advanced. You can find that [here](Scratch Bundle: Basics, Intermediate, Advanced (Super Value: 242 pages)).
Microsoft Word - Keyboard Shortcut Handout
romboprombop

Microsoft Word - Keyboard Shortcut Handout

(0)
Microsoft Word keyboard shortcuts help students become more efficient using Microsoft Office. Help students remember easy shortcuts to Microsoft Office programs. Use these near the computers or laminate and store in a box for when your class goes to the computing room. Give this simple to follow one page handout out to all your students! Includes both a colored version as well as a black & white version.
Scratch Bundle: Basics, Intermediate, Advanced (Super Value: 242 pages)
romboprombop

Scratch Bundle: Basics, Intermediate, Advanced (Super Value: 242 pages)

(0)
Scratch is a visual programming language that makes coding simple and fun. It can be used to create all sorts of programs. This is the all my basic, intermediate and advanced packages that explains what and how Scratch works, plus setting up your account and getting the software ready to program, right up to game programming. This is a bundled package that include 25 of my Scratch guides. It also includes three tutorial on creating games. Great for students! Buying this bundle saves you $25! **Note:This package is in a ZIP file. Includes: Scratch Bundle: Basics To Your First Game (Value Pack) Scratch Bundle: Intermediate To Your Second Game (Value Pack) Scratch Bundle: Advanced To Your Third Game (Value Pack)
Scratch: Sprites (Basics #3)
romboprombop

Scratch: Sprites (Basics #3)

(0)
Sprites are the basic components of Scratch. Every Scratch program is made up of sprites. These sprites are controlled by scripts. This package is a great resource to have your students follow. It will teach them about working with sprites interface, creating, naming and editing sprites. What You Get: • Sprites Introduction • Sprites in the Scratch interface • Creating Sprites • Naming Sprites • Editing Sprites • Edit - Drawing Tools • Edit Image Tools • Next steps My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. You can also get this resource part of my bundled Scratch Basics package here. • Starting from Scratch (Basics #1) [FREE] • Scratch: Interface (Basics #2) • Scratch: Sprites (Basics #3) • Scratch: Colored Blocks and Scripts (Basics #4) • Scratch: Cat vs Dragon - Game Programming (Basics #5) • Scratch Bundle: Basics To Your First Game (Value Pack)
Scratch: Interface (Basics #2)
romboprombop

Scratch: Interface (Basics #2)

(0)
Scratch is a visual programming language that makes coding simple and fun. It can be used to create all sorts of programs. This package is a great resource to have your students follow. It will teach them about saving their projects in Scratch as well as working with the interface. What You Get: • Saving your work • The interface • Menu bar • Stage area & Sprites • Block Palettes • Scripts Area • Next steps My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. You can also get this resource part of my bundled Scratch Basics package here. • Starting from Scratch (Basics #1) [FREE] • Scratch: Interface (Basics #2) • Scratch: Sprites (Basics #3) • Scratch: Colored Blocks and Scripts (Basics #4) • Scratch: Cat vs Dragon - Game Programming (Basics #5) • Scratch Bundle: Basics To Your First Game (Value Pack)
Scratch: Colored Blocks and Scripts (Basics #4)
romboprombop

Scratch: Colored Blocks and Scripts (Basics #4)

(0)
Blocks are color coded depending on what they do. Putting them together builds scripts. This package is a great resource to have your students follow. It will teach them about working with blocks, their functions and the basics of running scripts. What You Get: • Colored blocks: Intro • Function of blocks • Flow of scripts • Running Scripts • Next steps My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. You can also get this resource part of my bundled Scratch Basics package here. • Starting from Scratch (Basics #1) [FREE] • Scratch: Interface (Basics #2) • Scratch: Sprites (Basics #3) • Scratch: Colored Blocks and Scripts (Basics #4) • Scratch: Cat vs Dragon - Game Programming (Basics #5) • Scratch Bundle: Basics To Your First Game (Value Pack)
Scratch: Events (Intermediate #4)
romboprombop

Scratch: Events (Intermediate #4)

(0)
The brown “Events” blocks in Scratch start scripts when certain things happen. For example, when the user presses a key, clicks a sprite or uses a webcam or microphone. What You Get: • Into to events • Clicking • Key Presses • Sound Events • Webcam Detector • Backdrop Changes My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. You can also get this resource part of my bundled Scratch Intermediate package here. • Scratch: Making Things Move (Intermediate #1) • Scratch: Costumes (Intermediate #2) • Scratch: Special Effects (Intermediate #3) • Scratch: Events (Intermediate #4) • Scratch: Simple Loops (Intermediate #5) • Scratch: Pen Tool (Intermediate #6) • Scratch: Variables (Intermediate #7) • Scratch: Math (Intermediate #8) • Scratch: Strings and List (Intermediate #9) • Scratch: Coordinates (Intermediate #10) • Scratch: Audio (Intermediate #11) • Scratch: Roll the dice - Game Programming (Intermediate #12) • Scratch Bundle: Intermediate To Your Second Game (Value Pack)
Scratch: Cat vs Dragon - Game Programming (Basics #5)
romboprombop

Scratch: Cat vs Dragon - Game Programming (Basics #5)

(0)
This project introduces some basic Scratch coding. We will be creating a game! This package is a great resource to have your students follow. It will teach them about working with blocks, their functions and the basics of running scripts. What You Get: • Sprites following a cursor • Sprites following sprites • Working with costumes • Adding Variables • Adding Music • Student’s Accomplishments • Next steps My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. You can also get this resource part of my bundled Scratch Basics package here. • Starting from Scratch (Basics #1) [FREE] • Scratch: Interface (Basics #2) • Scratch: Sprites (Basics #3) • Scratch: Colored Blocks and Scripts (Basics #4) • Scratch: Cat vs Dragon - Game Programming (Basics #5) • Scratch Bundle: Basics To Your First Game (Value Pack)
Scratch: Special Effects (Intermediate #3)
romboprombop

Scratch: Special Effects (Intermediate #3)

(0)
We will learn how to use special effects within Scratch! Using the purple “Looks” blocks we will look at how sprites can disappear and reappear, shrink and grow and fade in and out. What You Get: • Intro to effects • Hide & show sprites • Showing sprites • Sizing sprites • Sprite Effects • Teleporting My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. My Scratch Resources: This resource is part of a numbered set. It can be used separately or in conjunction with my other Scratch resources. You can also get this resource part of my bundled Scratch Intermediate package here. • Scratch: Making Things Move (Intermediate #1) • Scratch: Costumes (Intermediate #2) • Scratch: Special Effects (Intermediate #3) • Scratch: Events (Intermediate #4) • Scratch: Simple Loops (Intermediate #5) • Scratch: Pen Tool (Intermediate #6) • Scratch: Variables (Intermediate #7) • Scratch: Math (Intermediate #8) • Scratch: Strings and List (Intermediate #9) • Scratch: Coordinates (Intermediate #10) • Scratch: Audio (Intermediate #11) • Scratch: Roll the dice - Game Programming (Intermediate #12) • Scratch Bundle: Intermediate To Your Second Game (Value Pack)