[Phaser 3] Tutorial: Saucer Invaders

Hello everyone! I’m back with a new free course! This time I cover how to build a game similar to the arcade classic, Space Invaders, with Phaser 3.

This course covers the fundamentals of Phaser 3. Concepts include:

  • Using ES6 syntax with Phaser 3
  • Changing scenes
  • Using particles
  • Creating text
  • Creating buttons (interactive sprites)
  • Angle calculations regarding moving toward an object
  • And more!

Download the course here: https://yorkcs.com/product/build-arcade-games-with-phaser-3-saucer-invaders/

I hope this is helpful for some of you. :slight_smile:

5 Likes

That’s very kind of you.
I was looking for a tutorial on how to handle the shields in Space Invaders.
Thank you!

1 Like

I’m glad you find it useful! Not sure if this is the actual way this is handled in the original game, but I wouldn’t be surprised if it’s something similar.