This is an example project to show how to develop webxdc apps with Phaser.
To test the app you need to run an HTTP in the root of this project, you can easily do it with Python, go to the project root and execute:
python -m http.server
then open in your browser the URL that is displayed in the shell.
To use the app in Delta Chat, you need to package it in a .xdc
archive,
the create-xdc.sh
script helps you to do that:
./create-xdc.sh
This project uses a custom build of Phaser including only the features needed, it helps to keep your app size small, for more details check the Phaser documentation.