Phaser | HTML5 Game Development (original) (raw)
What’s New in Phaser 3.50
Last December 2020, Photon Storm released a massive amount of updates in Phaser 3.50. One of its main changes is the rework of WebGL Pipelines, which introduces the post-processing pipelines, …Read more
Flashlight or Spotlight Effects using Phaser 3
Flashlight and spotlight effects are created using two images, one on top of the other. With the help of alpha masks in Phaser 3, you can hide the top image …Read more
Cycles – Turn-based HTML5 Game System
Cycles is an open-sourced system for adding turn-based mechanics on your HTML5 games. This can be used for taking player turns or meeting map objectives. The player functions include moving …Read more
Phaser 3 Atlas Packer
The Atlas Packer is a web-based tool for creating textured atlases of character sprites. With this tool, you can easily compile multiple images and reduce the atlas size. To use …Read more
Phaser Matter Collision Plugin
With the Phaser Matter Collision plugin, you can easily manage the behavior of objects in your game when they collide with other objects. When you create the particle collisions via …Read more
Phaser 3 Turn-Based RPG Tutorial
Phaser 3 is a popular game engine for developing a variety of games, including turn-based RPG. A HTML5 developer created a tutorial series that will help you learn the ropes …Read more
Phaser 3 Particle Editor
The Phaser 3 Particle Editor is an easy-to-use graphic user interface (GUI) for tweaking particle effects in Phaser games. The user interface is web-based, allowing you to edit your particle …Read more
Gothicvania Cemetery Pack – Game Dev Tutorial
If you’re planning to create a HTML5 horror game with a gothic motif, use the Gothicvania Cemetery Pack. The design elements were based on a hit fantasy platformer game about …Read more
Using Phaser to Convert Flash Games into HTML5
Although Flash is becoming obsolete, it doesn’t mean that developers should scrap their old games. There’s a comprehensive online tutorial that teaches how to convert Flash games into HTML5. The …Read more
Phaser 3 Modular Game World Tutorial
If you want to learn more about game development, check out this Phaser 3 Modular Game World tutorial. This is the first of a series of blogs and it talks …Read more
FB Instant Games Tutorial
Phaser can be integrated when creating Messenger games, and you can learn it through an FB Instant Games Tutorial. The process will require developers to create a new app, even …Read more
Tile Extruder for WebGL
Tile Extruder is a useful node app if you want to prevent any bleeding issues in your game maps. This can be used for games made on Phaser and Tiled. …Read more
Docker Phaser Environment Set Up
Docker Phaser is a Phaser environment for any operating system that uses Docker containerization. This system is set up to help manage Docker and Phaser web servers for UNIX-like environments. …Read more
Expo Phaser Toolkit
You can now use the Phaser code editor on Expo using the Expo Phaser toolkit. You can use it for developing 2D games on iOS and Android. This toolkit helps …Read more
Phaser 3.4 Release
Phaser 3.4 has just been launched, bringing new and better features for HTML5 game development. This updated version now has support for Game Object Containers. Although it’s still in beta …Read more
Use Texture Packer to Create Sprite Sheets on Phaser
Using sprite sheets can speed up your game’s loading time and improve frame rate. To create these elements easily, you can use Texture Packer. With this software, you can load …Read more
Phaser 3.1.2 Comes with Updates and Bug Fixes
Phaser 3.1.2 has just been released and it includes the fixed versions of the renderer and particles. There are also updates on the JSDoc across the API. Here are the …Read more
Move and Stop Plug-in for Phaser
The Move and Stop Plug-in for Phaser is a handy tool for moving or stopping objects at an exact position. This plug-in is compatible with Phaser version 2.0.0 – 3.0.0. Move …Read more