Keolot Phaser Editor is a free visual development environment for 2D browser games using Phaser engine with integrated Matter JS physics.
This free tool serves as an alternative to paid Phaser Editor 2D. It provides visual scene creation and game object editing without direct coding.
The editor runs on Windows and HTML5 platforms, supporting Phaser 3.90 library.
Visual Scene Editor

Create designs with mouse navigation and zoom controls. Supported game objects include:
- Image, Text, Sprite
- Particles, Video
- Rectangle, TileSprite
Preview Modes
Two preview options: Scene preview with debugging and full game preview.
Asset Support
The editor handles multiple asset types:
- Images: JPG, PNG, WEBP, SVG
- Audio: MP3, WAV, OGG
- Video: MP4, WEBM
- Spritesheet, Atlas, Animation
Physics and Scene Management

Object Inspector sets parameters like coordinates, angle, and opacity. Images and Sprites become Matter physics objects with one click.
Scene inspector controls arrangement, background, and boundaries. Set scripts for Init, Preload, Create, and Update functions.
Development Tools

Text editor with syntax highlighting supports JS and TS files. Code templates included for common tasks. Console provides debugging. Projects export to ZIP for browser launch.