In this full game development course you will learn how to use JavaScript to program a side scroller game that is not like Mario Brothers. It is similar to the Chrome Dino game. You will even learn debugging!
Code: https://replit.com/@zizyo/Side-Scroller
The course uses the Kaboom.js library from Replit to make the game quickly. Here's a much longer game dev tutorial video on Replit's channel: • Learn to Make a Game with Kaboom.js i...
Thanks to Replit for sponsoring this video! You can find their YouTube channel here: / replityt
Timestamps
0:00 Intro
0:03 Sponsor message
0:05 Setting up development environment
0:10 Understanding built-in functions of Kaboom.js
0:14 2D character implementation
0:17 Implementing score counter
0:20 Level design
0:27 Adding player controls
0:32 Implementing obstacles
0:41 Collision detection
0:48 Debugging
0:53 Testing game
0:56 Conclusion