Web Dev Roadmap for Beginners (Free!): https://bit.ly/DaveGrayWebDevRoadmap
In this video we'll use all of the information you've learned in the previous tutorials to build your First JavaScript Game! Rock, Paper, Scissors.
Looking for a complete Rock Paper Scissors app tutorial?
Try this project: https://youtu.be/3zr63z_q3cQ
▶ This video is part of the JavaScript Tutorials for Beginners Playlist found here: https://www.youtube.com/playlist?list=PL0Zuz27SZ-6Oi6xNtL_fwCrwpuqylMsgT
Quick Concepts outline:
Your First Javascript Game
(00:00) Intro
(0:40) User Input: Play game?
(1:20) Check the value and respond
(2:00) Player chooses rock, paper, or scissors
(2:55) Handle the response
(5:55) Computer player makes a choice
(7:30) Rock-Paper-Scissors logic tree
(10:00) Display winner! Ask to play again?
(11:10) Walk-thru of code logic
(13:00) Ready to test the code
(15:00) An area for improvement
(15:40) Congrats on completing your first interactive game!
Follow Me:
Twitter: https://twitter.com/yesdavidgray
LinkedIn: https://www.linkedin.com/in/davidagray/
Blog: https://yesdavidgray.com
Reddit: https://www.reddit.com/user/DaveOnEleven
Was this tutorial about how to build your first game with Javascript helpful? If so, please share. Let me know your thoughts in the comments.
#Javascript #Game #Tutorial