Jeremy Morganwww.jeremymorgan.dev·10 hours agoHow to Make a Retro 2D JavaScript Game Part 3Note: If you'd rather have a video tutorial, here it is: Let’s make the game more fun with scoring and difficulty progression. 1. Adding a Score Modify the create function to display a score: this.score = 0; this.scoreText = this.add.text(16, 16, '...How to Make a Retro 2D JavaScript Game with PhaserJavaScript
Jeremy Morganwww.jeremymorgan.dev·10 hours agoHow to Make a Retro 2D JavaScript Game Part 2Let’s make this game interactive! We’ll add a player, movement controls, and falling items. Note: If you'd rather have a video tutorial, here it is: The full source code is here. Here’s a playable version of the final game. 1. Adding Placeholder Gr...How to Make a Retro 2D JavaScript Game with Phaserhow to build games
Jeremy Morganwww.jeremymorgan.dev·10 hours agoHow to Make a Retro 2D JavaScript Game Part 1Welcome, aspiring game developers! 🚀 In this beginner-friendly guide, we’ll build a simple, retro-themed "Catch the Items" game using Phaser 3, a powerful JavaScript game development framework. This series of tutorials is designed for absolute begin...How to Make a Retro 2D JavaScript Game with Phaserhow to build games