Infinite Runner in Phaser 3 with TypeScript [Free Book]

We’ve got a free book at Ourcade for those looking to get started with TypeScript and Phaser 3: https://ourcade.co/books/infinite-runner-phaser3

This is intended for those more advanced than beginners. We create an infinite runner game in 11 chapters over 90 pages. It is similar to Jetpack Joyride.

TypeScript tends to help add more safety and clarity to your code by default so that you can make bigger and more complex games.

We cover using features and concepts like enums, basic state machine, infinite scrolling, object pools, and more!

For beginners, we also have the Infinite Jumper in Phaser 3 with Modern JavaScript book: https://ourcade.co/books/infinite-jumper-phaser3

4 Likes

Appreciate your considerable effort to provide a 64-page FREE book! I read the entire thing and enjoyed the straight explanations and easy-read format. I even picked up a tip or two that I wasn’t aware of on animations as a potential solution for something I working on.

Thanks!

1 Like

Glad to hear it! :hugs:

Hi @supertommy and thanks for these e-books. Coming back to Phaser, the one on modern JavaScript helped me with Phaser and the ES6 syntax. Next step, do the tutorial and move actual code to this syntax.

Furthermore, your way of teaching is great :slight_smile:

Like your YouTube channel too !

1 Like

Awesome to hear that! Glad you found it useful and also enjoying the YouTube videos!

1 Like