Tag: browser game

How to deploy Phaser 3 to Cloud using AWS Amplify

This post is going to provide a step by step tutorial to deploy your Phaser game to the AWS servers using the Amplify services. If, like me, you have been using Phaser 3 and fell in love with it, you will also be aware that at some point in time you may be required to…


Phaser Game Part 1: Set up Node Js Server and PhaserJs

This post is part of a series of blog posts aimed to describe the step by step process of creating an browser game with PhaserJs using the latest ECMAscript standards. This post in particular will set up the basic requirement for the game (server and file structure). The Tech stack For this game, I am going…