How To Create Your First Game - JavaScript

How To Create Your First Game - JavaScript

The chrome dinosaur game is a pretty cool easter egg, but it is also a pretty easy first game dev project. In this video I show you the basics of how to get started with game dev in JavaScript as well as a bunch of tips to handle more advanced game dev concepts. 📚 Materials/References: GitHub Code: https://github.com/WebDevSimplified/c... JavaScript Modules Video:    â€Ē JavaScript ES6 Modules   JavaScript Modules Article: https://blog.webdevsimplified.com/202... JavaScript Data Attributes Article: https://blog.webdevsimplified.com/201... 🌎 Find Me Here: My Blog: https://blog.webdevsimplified.com My Courses: https://courses.webdevsimplified.com Patreon:   / webdevsimplified   Twitter:   / devsimplified   Discord:   / discord   GitHub: https://github.com/WebDevSimplified CodePen: https://codepen.io/WebDevSimplified ⏱ïļ Timestamps: 00:00 - Introduction 00:30 - HTML 02:35 - CSS 08:00 - World Scaling 12:04 - Update Loop 16:10 - Ground JS 24:50 - Start/Stop Game Logic 29:15 - Dino JS 40:38 - Cactus JS 48:23 - Game Lose Logic #GameDev #WDS #JavaScript