SlideShare a Scribd company logo
Build a Game with Javascript
August 2017
Wi-Fi: Cross Camp.us Events
http://bit.ly/tf-js-game-la
1
Instructor
Michael Cruz
Software Engineer - Zbrains
TAs
Wi-Fi: Cross Camp.us Events http://bit.ly/tf-js-game-la
2
About you
What's your name?
What brought you here today?
What is your programming experience?
http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events
3
About Thinkful
Thinkful helps people become developers or data scientists
through 1-on-1 mentorship and project-based learning
These workshops are built using this approach.These workshops are built using this approach.
http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events
4
Suggestions for learning
Don't treat this as a drill, we're making something realwe're making something real
Don't get discouraged, struggle leads to masterystruggle leads to mastery
Don't be shy, take full advantage of our supporttake full advantage of our support
http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events
5
This is what we're making
View example here
http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events
6
Agenda
Learn key Javascript concepts (30 min)
Go over starter code (10 min)
Build your site with our support! (30 min)
Go over answer key (10 min)
Steps to continue learning (10 min)
http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events
7
Defining a variable with Javascript
var numberOfSheep = 20
Initialize variable
Name of variable
Value of variable
http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events
8
Variable examples
http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events
9
Declaring a function with Javascript
function greet() {
return "Hello world!";
}
Initialize function Name of function
What the function does
http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events
10
Function examples
http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events
11
If/Else Statements
go to gas stationkeep driving
if false if true
need gas?
family roadtrip
http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events
12
If/Else Statements
function familyRoadtrip() {
if (needGas == true) {
getGas();
}
else {
keepDriving();
}
}
http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events
13
Comparing Values
== (equal to)
5 == 5 --> true
5 == 6 --> false
!= (not equal to)
5 != 5 --> false
5 != 6 --> true
http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events
14
If/Else Statements and Comparing Values
http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events
15
Parameters within functions
function adder(a, b) {
return a + b;
}
adder(1,2);
Parameters in declaration
Parameters used
within the function
http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events
16
Examples of parameters within functions
http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events
17
Real developers use Google... a lot
http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events
18
Glitch setup & first steps!
http://bit.ly/tf-guessing-game
http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events
19
Answers!
http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events
20
Ways to keep learning
More Structure
Less Structure
More SupportLess Support
21
325+ mentors325+ mentors with an average of
10 years of experience10 years of experience in the
field
22
Career prep and job-placement
Liz Stephanie
Our career services team has helped 93% of our grads
begin jobs at companies like:
23
Take a Thinkful tour!
Talk to one of us to set something up !
Take a look through Thinkful's
student platform to see if
project-based, online learning
is a good fit for you 👀
While we're at it, give us
feedback on tonight's
workshop.
24

More Related Content

PDF
Build a Game with JavaScript
PDF
Build a Game with JavaScript
PDF
Build a Game with JavaScript
PDF
Build A Game with JavaScript - LA - July 11
PDF
Build a game la september 7
PDF
first website la
PDF
Build a Game with JavaScript - Pasadena July
PDF
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-57 (2)
Build a Game with JavaScript
Build a Game with JavaScript
Build a Game with JavaScript
Build A Game with JavaScript - LA - July 11
Build a game la september 7
first website la
Build a Game with JavaScript - Pasadena July
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-57 (2)

What's hot (20)

PDF
Labuildwebsiteseptember5
PDF
Intro to JavaScript - LA - July
PDF
website la 11/28
PDF
Build a Game with JavaScript - Thinkful DC
PDF
Intro to js august 31
PDF
webapp 8/29
PDF
Build Your Own Website with HTML/CSS
PDF
Build Your Own Website with HTML/CSS 8.15
PDF
Build an App with JavaScript and jQuery (DTLA, 06/21)
PDF
Build a Game with Javascript
PDF
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-106
PDF
Build a Web App with JavaScript & jQuery
PDF
Build a webapp la september 6
PDF
From Software Engineering To Machine Learning
PDF
3 hacks to accelerate your data science career
PDF
Build your own website - LA 2-13-18
PDF
Build an App with JavaScript and jQuery - LA - July 18 Pasadena
PDF
7 steps-to-migrate-your-seo-strategy robin-neyt
PDF
Build a Web App with JavaScript & jQuery
PDF
Build a Game with Javascript
Labuildwebsiteseptember5
Intro to JavaScript - LA - July
website la 11/28
Build a Game with JavaScript - Thinkful DC
Intro to js august 31
webapp 8/29
Build Your Own Website with HTML/CSS
Build Your Own Website with HTML/CSS 8.15
Build an App with JavaScript and jQuery (DTLA, 06/21)
Build a Game with Javascript
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-106
Build a Web App with JavaScript & jQuery
Build a webapp la september 6
From Software Engineering To Machine Learning
3 hacks to accelerate your data science career
Build your own website - LA 2-13-18
Build an App with JavaScript and jQuery - LA - July 18 Pasadena
7 steps-to-migrate-your-seo-strategy robin-neyt
Build a Web App with JavaScript & jQuery
Build a Game with Javascript
Ad

Similar to Build a Game with JavaScript (20)

PDF
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-47 (1)
PDF
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-47 (2)
PDF
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-57
PDF
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-15
PDF
Build a Game with Javascript
PDF
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-47
PDF
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-9-81
PDF
gamewjs10/9/127SD
PDF
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-9-431 (1)
PDF
Jsgamesd-11.21.17
PDF
Jsgame 3.1.18-sd
PDF
BAGJSPHX828
PDF
bgwjdpdx0814
PDF
Game js-phx10-2
PDF
Jsgame1418sd
PDF
itjsbagg410
PDF
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-14-55
PDF
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-14
PDF
bagjsphx828
PDF
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-9-52
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-47 (1)
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-47 (2)
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-57
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-15
Build a Game with Javascript
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-47
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-9-81
gamewjs10/9/127SD
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-9-431 (1)
Jsgamesd-11.21.17
Jsgame 3.1.18-sd
BAGJSPHX828
bgwjdpdx0814
Game js-phx10-2
Jsgame1418sd
itjsbagg410
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-14-55
Deck 893ff61f-1fb8-4e15-a379-775dfdbcee77-7-14
bagjsphx828
Deck 8983a1d9-68df-4447-8481-3b4fd0de734c-9-52
Ad

More from Thinkful (20)

PDF
893ff61f-1fb8-4e15-a379-775dfdbcee77-7-14-25-46-115-141-308-324-370
PDF
LA 1/31/18 Intro to JavaScript: Fundamentals
PDF
LA 1/31/18 Intro to JavaScript: Fundamentals
PDF
Itjsf129
PDF
Twit botsd1.30.18
PDF
Build your-own-instagram-filters-with-javascript-202-335 (1)
PDF
Baggwjs124
PDF
Become a Data Scientist: A Thinkful Info Session
PDF
Vpet sd-1.25.18
PDF
LA 1/18/18 Become A Web Developer: A Thinkful Info Session
PDF
How to Choose a Programming Language
PDF
Batbwjs117
PDF
1/16/18 Intro to JS Workshop
PDF
LA 1/16/18 Intro to Javascript: Fundamentals
PDF
(LA 1/16/18) Intro to JavaScript: Fundamentals
PDF
Websitesd1.15.17.
PDF
Bavpwjs110
PDF
Byowwhc110
PDF
Getting started-jan-9-2018
PDF
Introjs1.9.18tf
893ff61f-1fb8-4e15-a379-775dfdbcee77-7-14-25-46-115-141-308-324-370
LA 1/31/18 Intro to JavaScript: Fundamentals
LA 1/31/18 Intro to JavaScript: Fundamentals
Itjsf129
Twit botsd1.30.18
Build your-own-instagram-filters-with-javascript-202-335 (1)
Baggwjs124
Become a Data Scientist: A Thinkful Info Session
Vpet sd-1.25.18
LA 1/18/18 Become A Web Developer: A Thinkful Info Session
How to Choose a Programming Language
Batbwjs117
1/16/18 Intro to JS Workshop
LA 1/16/18 Intro to Javascript: Fundamentals
(LA 1/16/18) Intro to JavaScript: Fundamentals
Websitesd1.15.17.
Bavpwjs110
Byowwhc110
Getting started-jan-9-2018
Introjs1.9.18tf

Recently uploaded (20)

PDF
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
PDF
NewMind AI Monthly Chronicles - July 2025
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Empathic Computing: Creating Shared Understanding
PDF
Modernizing your data center with Dell and AMD
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
KodekX | Application Modernization Development
PDF
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
NewMind AI Weekly Chronicles - August'25 Week I
PPT
“AI and Expert System Decision Support & Business Intelligence Systems”
PPTX
Cloud computing and distributed systems.
PDF
Spectral efficient network and resource selection model in 5G networks
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
A Presentation on Artificial Intelligence
PDF
Encapsulation_ Review paper, used for researhc scholars
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
7 ChatGPT Prompts to Help You Define Your Ideal Customer Profile.pdf
NewMind AI Monthly Chronicles - July 2025
Network Security Unit 5.pdf for BCA BBA.
Reach Out and Touch Someone: Haptics and Empathic Computing
20250228 LYD VKU AI Blended-Learning.pptx
Empathic Computing: Creating Shared Understanding
Modernizing your data center with Dell and AMD
Understanding_Digital_Forensics_Presentation.pptx
KodekX | Application Modernization Development
Bridging biosciences and deep learning for revolutionary discoveries: a compr...
Per capita expenditure prediction using model stacking based on satellite ima...
NewMind AI Weekly Chronicles - August'25 Week I
“AI and Expert System Decision Support & Business Intelligence Systems”
Cloud computing and distributed systems.
Spectral efficient network and resource selection model in 5G networks
MYSQL Presentation for SQL database connectivity
A Presentation on Artificial Intelligence
Encapsulation_ Review paper, used for researhc scholars
Mobile App Security Testing_ A Comprehensive Guide.pdf
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...

Build a Game with JavaScript

  • 1. Build a Game with Javascript August 2017 Wi-Fi: Cross Camp.us Events http://bit.ly/tf-js-game-la 1
  • 2. Instructor Michael Cruz Software Engineer - Zbrains TAs Wi-Fi: Cross Camp.us Events http://bit.ly/tf-js-game-la 2
  • 3. About you What's your name? What brought you here today? What is your programming experience? http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events 3
  • 4. About Thinkful Thinkful helps people become developers or data scientists through 1-on-1 mentorship and project-based learning These workshops are built using this approach.These workshops are built using this approach. http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events 4
  • 5. Suggestions for learning Don't treat this as a drill, we're making something realwe're making something real Don't get discouraged, struggle leads to masterystruggle leads to mastery Don't be shy, take full advantage of our supporttake full advantage of our support http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events 5
  • 6. This is what we're making View example here http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events 6
  • 7. Agenda Learn key Javascript concepts (30 min) Go over starter code (10 min) Build your site with our support! (30 min) Go over answer key (10 min) Steps to continue learning (10 min) http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events 7
  • 8. Defining a variable with Javascript var numberOfSheep = 20 Initialize variable Name of variable Value of variable http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events 8
  • 10. Declaring a function with Javascript function greet() { return "Hello world!"; } Initialize function Name of function What the function does http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events 10
  • 12. If/Else Statements go to gas stationkeep driving if false if true need gas? family roadtrip http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events 12
  • 13. If/Else Statements function familyRoadtrip() { if (needGas == true) { getGas(); } else { keepDriving(); } } http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events 13
  • 14. Comparing Values == (equal to) 5 == 5 --> true 5 == 6 --> false != (not equal to) 5 != 5 --> false 5 != 6 --> true http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events 14
  • 15. If/Else Statements and Comparing Values http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events 15
  • 16. Parameters within functions function adder(a, b) { return a + b; } adder(1,2); Parameters in declaration Parameters used within the function http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events 16
  • 17. Examples of parameters within functions http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events 17
  • 18. Real developers use Google... a lot http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events 18
  • 19. Glitch setup & first steps! http://bit.ly/tf-guessing-game http://bit.ly/tf-js-game-laWi-Fi: Cross Camp.us Events 19
  • 21. Ways to keep learning More Structure Less Structure More SupportLess Support 21
  • 22. 325+ mentors325+ mentors with an average of 10 years of experience10 years of experience in the field 22
  • 23. Career prep and job-placement Liz Stephanie Our career services team has helped 93% of our grads begin jobs at companies like: 23
  • 24. Take a Thinkful tour! Talk to one of us to set something up ! Take a look through Thinkful's student platform to see if project-based, online learning is a good fit for you 👀 While we're at it, give us feedback on tonight's workshop. 24