What is Babe's medical equivalent?
Epi-Pen
sets the name and texture
Mug
heals you
The "D" in LED stands for this
Diode
A computer board the size of a potato chip
Raspberry Pi
What do you get two tickets for every day but not more than two tickets?
Drinking water
itemDropped = Items.FLINTANDSTEEL;
drop a flint and steel after destroying the block
Rubber Block
bounces the player
This four-pronged component turns things on, or off
Button
Tobias's computer would shut off whenever this happened
Power cord unplugged
What's always broken?
A.C.
public void onRightClick(){
displayMessage("AWOOO");
playSound(SoundEvents.ENTITY_WOLF_HOWL);
Right-click to display Squeak and play a sound
hot coals
glows, drops coal and is harder to break
This collection of pinholes holds this "circuit sandwich" together
Breadboard
This component is attached right next the breadboard
Pi-Top Speaker
What game did we play in this room yesterday?
MarioKart
Which tells you how much it glows
setHarvestLevel(PICKAXE, WOOD);
setHardness(10);
setLightLevel(0.5f);
setLightLevel
lightning hammer
explodes and summons lightning
This thin wire with multicolored bands connects to LEDs to bring in power
Resistor
This game involves moving blocks around, and is included in every Pi-Top
Minecraft Pi Edition
Where's our Mario coin?
in a cubby
What does this randomly give you?
Random generator = new Random();
int diamond;
diamond = generator.nextInt(5);
diamond
Fancy Sauce
absolutely nothing
To use the Breadboard in Python, we need to import these (AKA a place where you get books)
Libraries
This language makes scripts, not unlike scripts for a play
Python 3