Misc.
What's that Code?
What does it do?
Bread Board
Pi-Top
100

What is Babe's medical equivalent? 

Epi-Pen

100
name and texture 

sets the name and texture 


100

Mug 

heals you 

100

The "D" in LED stands for this

Diode

100

A computer board the size of a potato chip

Raspberry Pi

200

What do you get two tickets for every day but not more than two tickets? 

Drinking water

200

itemDropped = Items.FLINTANDSTEEL;

drop a flint and steel after destroying the block

200

Rubber Block

bounces the player

200

This four-pronged component turns things on, or off

Button

200

Tobias's computer would shut off whenever this happened

Power cord unplugged

300

What's always broken? 

A.C.

300

public void onRightClick(){

displayMessage("AWOOO");

playSound(SoundEvents.ENTITY_WOLF_HOWL);

Right-click to display Squeak and play a sound

300

hot coals 

glows, drops coal and is harder to break

300

This collection of pinholes holds this "circuit sandwich" together

Breadboard

300

This component is attached right next the breadboard

Pi-Top Speaker

400

What game did we play in this room yesterday? 

MarioKart

400

Which tells you how much it glows

        setHarvestLevel(PICKAXE, WOOD);

        setHardness(10);

        setLightLevel(0.5f);

setLightLevel

400

lightning hammer

explodes and summons lightning 

400

This thin wire with multicolored bands connects to LEDs to bring in power

Resistor

400

This game involves moving blocks around, and is included in every Pi-Top

Minecraft Pi Edition

500

Where's our Mario coin? 

in a cubby

500

What does this randomly give you?

 Random generator = new Random();

        int diamond;

        diamond = generator.nextInt(5);

diamond

500

Fancy Sauce

absolutely nothing

500

To use the Breadboard in Python, we need to import these (AKA a place where you get books)

Libraries

500

This language makes scripts, not unlike scripts for a play

Python 3