SlideShare a Scribd company logo
tWelcome to Class!t
t
Welcome to class!
What’s your
name?
How old are
you?
What made you
want to take
this class?
Getting to know you….
Who’s played Minecraft before?
Who’s heard of Javascript?
Has anyone done coding before?
What’s something YOU would love to change about Minecraft?
“mod” (short for “modification”) n. – an alteration to video game code, allowing the game to
work in ways other than originally intended.v
JavaScript n. – a powerful computer
programming language, commonly used to
create video games, websites, and
smartphone app’s
Blah blah blah…
Let’s look at some code!
function DoSomething() {
var x = 123;
// Let’s say “x” is equal to 123
if (x == 456) {
// If x equals 456…
student.ClapHands();
}
else {
student.StompFeet();
}
}
BUT WAIT!!!??!??!
function DoSomething() {
Let’s say “x” is equal to 123
If x equals 456 Then
Students should clap their hands…
Else
Students should stomp their feet…
}
How many TIMES should we clap hands or stomp feet?
When should we stop??
Okay, let’s “mod” this code…
function DoSomething() {
var x = 123;
if (x == 456) {
student.ClapHands(2);
}
else {
student.StompFeet(4);
}
}
Minecraft Mod Demo
https://www.youtube.com/watch?v=LGHk1NiiUCM&feature=youtu.be
&t=1m29s
Questions:
Did you notice they were building the castle block by block?
What’s one improvement you’d like to see them make to this mod?
What’s one thing YOU might want to build in Minecraft?
• “As you learn Javascript you will be able to
create cooler stuff in Minecraft - not just
buildings. You'll be able to add new rules and
items to the game - even create mini-games
for you and your friends.”
• Walter Higgins (Creator of ScriptCraft)
• Here are some other ideas:
https://www.youtube.com/user/walterhiggins0
303/videos
Ready to learn some JavaScript?
Class Guidelines
• How to ask for help if you’re having trouble?
• Who should you ask for help?
• Should you ever just give up?
• Is it okay to play Minecraft while I am
teaching?
Want to Open Minecraft?
Physics in Minecraft
What did we learn last week?
What was your favorite
thing that you built?
What’s a Drone?
What are some issues we run into
when using Drones to build?
Intro to STEM for Girls: Using JavaScript to Mod Minecraft

More Related Content

Similar to Intro to STEM for Girls: Using JavaScript to Mod Minecraft

Minecraft and Scala: Creating a DSL to enable kids to create Minecraft Mods
Minecraft and Scala: Creating a DSL to enable kids to create Minecraft ModsMinecraft and Scala: Creating a DSL to enable kids to create Minecraft Mods
Minecraft and Scala: Creating a DSL to enable kids to create Minecraft Mods
Paulo Siqueira
 
Learning to Mod Minecraft: A Father/Daughter Retrospective
Learning to Mod Minecraft: A Father/Daughter RetrospectiveLearning to Mod Minecraft: A Father/Daughter Retrospective
Learning to Mod Minecraft: A Father/Daughter Retrospective
Kevin Hakanson
 
Introduction to Minecraft Modding at YaJUG
Introduction to Minecraft Modding at YaJUGIntroduction to Minecraft Modding at YaJUG
Introduction to Minecraft Modding at YaJUG
srondal
 
Game Development with TouchDevelop
Game Development with TouchDevelopGame Development with TouchDevelop
Game Development with TouchDevelop
Sage Franch
 
Fitc Amsterdam 2010
Fitc Amsterdam 2010Fitc Amsterdam 2010
Fitc Amsterdam 2010
Masakazu Ohtsuka
 
Build tic tac toe with javascript (4:11 dc)
Build tic tac toe with javascript (4:11 dc)Build tic tac toe with javascript (4:11 dc)
Build tic tac toe with javascript (4:11 dc)
Daniel Friedman
 
Online key technologies
Online key technologiesOnline key technologies
Online key technologies
Russell Stannard
 
Day1 - TDD (Lecture SS 2015)
Day1 - TDD (Lecture SS 2015)Day1 - TDD (Lecture SS 2015)
Day1 - TDD (Lecture SS 2015)
wolframkriesing
 
Adobemax2009na
Adobemax2009naAdobemax2009na
Adobemax2009na
Masakazu Ohtsuka
 
TDD - Seriously, try it - Codemotion (May '24)
TDD - Seriously, try it - Codemotion (May '24)TDD - Seriously, try it - Codemotion (May '24)
TDD - Seriously, try it - Codemotion (May '24)
Nacho Cougil
 
On Ramp to Unreal Engine
On Ramp to Unreal EngineOn Ramp to Unreal Engine
On Ramp to Unreal Engine
Unreal Engine
 
Scratch2
Scratch2Scratch2
Scratch2
sidilatif
 
Maker Boot Camp
Maker Boot CampMaker Boot Camp
Maker Boot Camp
St. Petersburg College
 
Key Technologies for the Flipped Classroom
Key Technologies for the Flipped ClassroomKey Technologies for the Flipped Classroom
Key Technologies for the Flipped Classroom
Russell Stannard
 
Fun and Games with the Full-Stack Jamstack (KCDC 2022).pdf
Fun and Games with the Full-Stack Jamstack (KCDC 2022).pdfFun and Games with the Full-Stack Jamstack (KCDC 2022).pdf
Fun and Games with the Full-Stack Jamstack (KCDC 2022).pdf
Mike Cavaliere
 
TDD - Seriously, try it! - Trójmiasto Java User Group (17th May '23)
TDD - Seriously, try it! - Trójmiasto Java User Group (17th May '23)TDD - Seriously, try it! - Trójmiasto Java User Group (17th May '23)
TDD - Seriously, try it! - Trójmiasto Java User Group (17th May '23)
ssusercaf6c1
 
TDD - Seriously, try it! - Trjjmiasto JUG (17th May '23)
TDD - Seriously, try it! - Trjjmiasto JUG (17th May '23)TDD - Seriously, try it! - Trjjmiasto JUG (17th May '23)
TDD - Seriously, try it! - Trjjmiasto JUG (17th May '23)
Nacho Cougil
 
TDD - Seriously, try it! - Bucarest Tech Week
TDD - Seriously, try it! - Bucarest Tech WeekTDD - Seriously, try it! - Bucarest Tech Week
TDD - Seriously, try it! - Bucarest Tech Week
Nacho Cougil
 
Java script basics for beginners
Java script basics for beginners  Java script basics for beginners
Java script basics for beginners
Ketan Raval
 
The art and pain of teaching JavaScript
The art and pain of teaching JavaScriptThe art and pain of teaching JavaScript
The art and pain of teaching JavaScript
Christian Heilmann
 

Similar to Intro to STEM for Girls: Using JavaScript to Mod Minecraft (20)

Minecraft and Scala: Creating a DSL to enable kids to create Minecraft Mods
Minecraft and Scala: Creating a DSL to enable kids to create Minecraft ModsMinecraft and Scala: Creating a DSL to enable kids to create Minecraft Mods
Minecraft and Scala: Creating a DSL to enable kids to create Minecraft Mods
 
Learning to Mod Minecraft: A Father/Daughter Retrospective
Learning to Mod Minecraft: A Father/Daughter RetrospectiveLearning to Mod Minecraft: A Father/Daughter Retrospective
Learning to Mod Minecraft: A Father/Daughter Retrospective
 
Introduction to Minecraft Modding at YaJUG
Introduction to Minecraft Modding at YaJUGIntroduction to Minecraft Modding at YaJUG
Introduction to Minecraft Modding at YaJUG
 
Game Development with TouchDevelop
Game Development with TouchDevelopGame Development with TouchDevelop
Game Development with TouchDevelop
 
Fitc Amsterdam 2010
Fitc Amsterdam 2010Fitc Amsterdam 2010
Fitc Amsterdam 2010
 
Build tic tac toe with javascript (4:11 dc)
Build tic tac toe with javascript (4:11 dc)Build tic tac toe with javascript (4:11 dc)
Build tic tac toe with javascript (4:11 dc)
 
Online key technologies
Online key technologiesOnline key technologies
Online key technologies
 
Day1 - TDD (Lecture SS 2015)
Day1 - TDD (Lecture SS 2015)Day1 - TDD (Lecture SS 2015)
Day1 - TDD (Lecture SS 2015)
 
Adobemax2009na
Adobemax2009naAdobemax2009na
Adobemax2009na
 
TDD - Seriously, try it - Codemotion (May '24)
TDD - Seriously, try it - Codemotion (May '24)TDD - Seriously, try it - Codemotion (May '24)
TDD - Seriously, try it - Codemotion (May '24)
 
On Ramp to Unreal Engine
On Ramp to Unreal EngineOn Ramp to Unreal Engine
On Ramp to Unreal Engine
 
Scratch2
Scratch2Scratch2
Scratch2
 
Maker Boot Camp
Maker Boot CampMaker Boot Camp
Maker Boot Camp
 
Key Technologies for the Flipped Classroom
Key Technologies for the Flipped ClassroomKey Technologies for the Flipped Classroom
Key Technologies for the Flipped Classroom
 
Fun and Games with the Full-Stack Jamstack (KCDC 2022).pdf
Fun and Games with the Full-Stack Jamstack (KCDC 2022).pdfFun and Games with the Full-Stack Jamstack (KCDC 2022).pdf
Fun and Games with the Full-Stack Jamstack (KCDC 2022).pdf
 
TDD - Seriously, try it! - Trójmiasto Java User Group (17th May '23)
TDD - Seriously, try it! - Trójmiasto Java User Group (17th May '23)TDD - Seriously, try it! - Trójmiasto Java User Group (17th May '23)
TDD - Seriously, try it! - Trójmiasto Java User Group (17th May '23)
 
TDD - Seriously, try it! - Trjjmiasto JUG (17th May '23)
TDD - Seriously, try it! - Trjjmiasto JUG (17th May '23)TDD - Seriously, try it! - Trjjmiasto JUG (17th May '23)
TDD - Seriously, try it! - Trjjmiasto JUG (17th May '23)
 
TDD - Seriously, try it! - Bucarest Tech Week
TDD - Seriously, try it! - Bucarest Tech WeekTDD - Seriously, try it! - Bucarest Tech Week
TDD - Seriously, try it! - Bucarest Tech Week
 
Java script basics for beginners
Java script basics for beginners  Java script basics for beginners
Java script basics for beginners
 
The art and pain of teaching JavaScript
The art and pain of teaching JavaScriptThe art and pain of teaching JavaScript
The art and pain of teaching JavaScript
 

More from Brittany Thompson Robinson

Cultural Diversity vs Workplace Communication
Cultural Diversity vs Workplace CommunicationCultural Diversity vs Workplace Communication
Cultural Diversity vs Workplace Communication
Brittany Thompson Robinson
 
Young Living
Young Living Young Living
Intro to STEM Careers for Middle Schoolers
Intro to STEM Careers for Middle SchoolersIntro to STEM Careers for Middle Schoolers
Intro to STEM Careers for Middle Schoolers
Brittany Thompson Robinson
 
Picture This: Adding Images to Powerpoint
Picture This: Adding Images to PowerpointPicture This: Adding Images to Powerpoint
Picture This: Adding Images to Powerpoint
Brittany Thompson Robinson
 
IFT 2013 Expo Photo Recap
IFT 2013 Expo Photo RecapIFT 2013 Expo Photo Recap
IFT 2013 Expo Photo Recap
Brittany Thompson Robinson
 
Intro to Social Media for B2B
Intro to Social Media for B2BIntro to Social Media for B2B
Intro to Social Media for B2B
Brittany Thompson Robinson
 

More from Brittany Thompson Robinson (6)

Cultural Diversity vs Workplace Communication
Cultural Diversity vs Workplace CommunicationCultural Diversity vs Workplace Communication
Cultural Diversity vs Workplace Communication
 
Young Living
Young Living Young Living
Young Living
 
Intro to STEM Careers for Middle Schoolers
Intro to STEM Careers for Middle SchoolersIntro to STEM Careers for Middle Schoolers
Intro to STEM Careers for Middle Schoolers
 
Picture This: Adding Images to Powerpoint
Picture This: Adding Images to PowerpointPicture This: Adding Images to Powerpoint
Picture This: Adding Images to Powerpoint
 
IFT 2013 Expo Photo Recap
IFT 2013 Expo Photo RecapIFT 2013 Expo Photo Recap
IFT 2013 Expo Photo Recap
 
Intro to Social Media for B2B
Intro to Social Media for B2BIntro to Social Media for B2B
Intro to Social Media for B2B
 

Recently uploaded

A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
Steve Thomason
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
zuzanka
 
Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
Iris Thiele Isip-Tan
 
Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10
nitinpv4ai
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
Prof. Dr. K. Adisesha
 
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptxBIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
RidwanHassanYusuf
 
Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
nitinpv4ai
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
Jyoti Chand
 
The basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptxThe basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptx
heathfieldcps1
 
Standardized tool for Intelligence test.
Standardized tool for Intelligence test.Standardized tool for Intelligence test.
Standardized tool for Intelligence test.
deepaannamalai16
 
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptxContiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Kalna College
 
CIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdfCIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdf
blueshagoo1
 
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGHKHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
shreyassri1208
 
Accounting for Restricted Grants When and How To Record Properly
Accounting for Restricted Grants  When and How To Record ProperlyAccounting for Restricted Grants  When and How To Record Properly
Accounting for Restricted Grants When and How To Record Properly
TechSoup
 
How to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in useHow to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in use
Celine George
 
How to Setup Default Value for a Field in Odoo 17
How to Setup Default Value for a Field in Odoo 17How to Setup Default Value for a Field in Odoo 17
How to Setup Default Value for a Field in Odoo 17
Celine George
 
A Free 200-Page eBook ~ Brain and Mind Exercise.pptx
A Free 200-Page eBook ~ Brain and Mind Exercise.pptxA Free 200-Page eBook ~ Brain and Mind Exercise.pptx
A Free 200-Page eBook ~ Brain and Mind Exercise.pptx
OH TEIK BIN
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
danielkiash986
 
220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx
Kalna College
 
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptxCapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapitolTechU
 

Recently uploaded (20)

A Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two HeartsA Visual Guide to 1 Samuel | A Tale of Two Hearts
A Visual Guide to 1 Samuel | A Tale of Two Hearts
 
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptxRESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
RESULTS OF THE EVALUATION QUESTIONNAIRE.pptx
 
Educational Technology in the Health Sciences
Educational Technology in the Health SciencesEducational Technology in the Health Sciences
Educational Technology in the Health Sciences
 
Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10Haunted Houses by H W Longfellow for class 10
Haunted Houses by H W Longfellow for class 10
 
Data Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsxData Structure using C by Dr. K Adisesha .ppsx
Data Structure using C by Dr. K Adisesha .ppsx
 
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptxBIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
BIOLOGY NATIONAL EXAMINATION COUNCIL (NECO) 2024 PRACTICAL MANUAL.pptx
 
Skimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S EliotSkimbleshanks-The-Railway-Cat by T S Eliot
Skimbleshanks-The-Railway-Cat by T S Eliot
 
Wound healing PPT
Wound healing PPTWound healing PPT
Wound healing PPT
 
The basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptxThe basics of sentences session 7pptx.pptx
The basics of sentences session 7pptx.pptx
 
Standardized tool for Intelligence test.
Standardized tool for Intelligence test.Standardized tool for Intelligence test.
Standardized tool for Intelligence test.
 
Contiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptxContiguity Of Various Message Forms - Rupam Chandra.pptx
Contiguity Of Various Message Forms - Rupam Chandra.pptx
 
CIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdfCIS 4200-02 Group 1 Final Project Report (1).pdf
CIS 4200-02 Group 1 Final Project Report (1).pdf
 
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGHKHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
KHUSWANT SINGH.pptx ALL YOU NEED TO KNOW ABOUT KHUSHWANT SINGH
 
Accounting for Restricted Grants When and How To Record Properly
Accounting for Restricted Grants  When and How To Record ProperlyAccounting for Restricted Grants  When and How To Record Properly
Accounting for Restricted Grants When and How To Record Properly
 
How to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in useHow to Fix [Errno 98] address already in use
How to Fix [Errno 98] address already in use
 
How to Setup Default Value for a Field in Odoo 17
How to Setup Default Value for a Field in Odoo 17How to Setup Default Value for a Field in Odoo 17
How to Setup Default Value for a Field in Odoo 17
 
A Free 200-Page eBook ~ Brain and Mind Exercise.pptx
A Free 200-Page eBook ~ Brain and Mind Exercise.pptxA Free 200-Page eBook ~ Brain and Mind Exercise.pptx
A Free 200-Page eBook ~ Brain and Mind Exercise.pptx
 
Pharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brubPharmaceutics Pharmaceuticals best of brub
Pharmaceutics Pharmaceuticals best of brub
 
220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx220711130088 Sumi Basak Virtual University EPC 3.pptx
220711130088 Sumi Basak Virtual University EPC 3.pptx
 
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptxCapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
CapTechTalks Webinar Slides June 2024 Donovan Wright.pptx
 

Intro to STEM for Girls: Using JavaScript to Mod Minecraft

  • 2.
  • 3.
  • 4.
  • 5.
  • 6.
  • 7.
  • 8.
  • 9. What’s your name? How old are you? What made you want to take this class? Getting to know you….
  • 10. Who’s played Minecraft before? Who’s heard of Javascript? Has anyone done coding before?
  • 11. What’s something YOU would love to change about Minecraft? “mod” (short for “modification”) n. – an alteration to video game code, allowing the game to work in ways other than originally intended.v
  • 12. JavaScript n. – a powerful computer programming language, commonly used to create video games, websites, and smartphone app’s
  • 13. Blah blah blah… Let’s look at some code! function DoSomething() { var x = 123; // Let’s say “x” is equal to 123 if (x == 456) { // If x equals 456… student.ClapHands(); } else { student.StompFeet(); } }
  • 14. BUT WAIT!!!??!??! function DoSomething() { Let’s say “x” is equal to 123 If x equals 456 Then Students should clap their hands… Else Students should stomp their feet… } How many TIMES should we clap hands or stomp feet? When should we stop??
  • 15. Okay, let’s “mod” this code… function DoSomething() { var x = 123; if (x == 456) { student.ClapHands(2); } else { student.StompFeet(4); } }
  • 16. Minecraft Mod Demo https://www.youtube.com/watch?v=LGHk1NiiUCM&feature=youtu.be &t=1m29s Questions: Did you notice they were building the castle block by block? What’s one improvement you’d like to see them make to this mod? What’s one thing YOU might want to build in Minecraft?
  • 17. • “As you learn Javascript you will be able to create cooler stuff in Minecraft - not just buildings. You'll be able to add new rules and items to the game - even create mini-games for you and your friends.” • Walter Higgins (Creator of ScriptCraft) • Here are some other ideas: https://www.youtube.com/user/walterhiggins0 303/videos
  • 18. Ready to learn some JavaScript?
  • 19. Class Guidelines • How to ask for help if you’re having trouble? • Who should you ask for help? • Should you ever just give up? • Is it okay to play Minecraft while I am teaching?
  • 20. Want to Open Minecraft?
  • 22.
  • 23. What did we learn last week? What was your favorite thing that you built?
  • 24. What’s a Drone? What are some issues we run into when using Drones to build?

Editor's Notes

  1. Welcome to the Intro to JavaScript Through Minecraft class! Velocity is offering these classes to kids your age, and I jumped at the chance to volunteer to help bring this content to you. We started on this curriculum back in January and we launched our first beta test class in April, and we’ve had great reviews. This is my second time teaching one of these courses. We’ll meet once per week for a month, and I’ll give you hands-on practice coding JavaScript and modifying Minecraft to get it to do cool stuff that it doesn’t normally do straight out of the box. And if you like what you learn in this class and you want to dive deeper, Velocity has more coding classes where you can learn different coding lanugages and explore this as a possible career option for you.
  2. Let me introduce myself.
  3. Hi, I’m Brittany, I’ll be your trainer today.
  4. THIS IS HOW WE DO IT
  5. Are any of you Katy Perry fans?
  6. What did we learn last week? What was your favorite thing that you built?
  7. What questions do you have over anything we learned last week?