Chapter 1— What is Phaser?

Phaser is a framework for creating HTML based games in Javascript. It’s very simple to use and get started with. It provides a full set of features to create professional games ready to be published on different platforms, including Facebook Instant Games, IOS, and Android platforms.

In this blog series, we are going to create a very simple game to avoid bombs on the map.

Image for post

Chapter 2— Get a project started

We are going to start with the initialization of the starter project. You can get this project either by cloning or downloading the Github repository: https://github.com/Jerga99/phaser-webpack-boilerplate

After the project is downloaded you need to install dependencies. In the project folder run command :

npm install

and after installation is finished:

npm run dev

#javascript #programming #game-development #game-design #phaser-3

Start creating games with Javascript in Phaser 3
2.50 GEEK