Releases: devshareacademy/phaser-3-typescript-games-and-examples
phaser-3-nine-slice-gameobject-demo
Zelda Like Health Bar Example
This release contains the starting and ending code for the Phaser 3 Zelda Like Health Bar Example. To learn more about this example, you can watch this video on YouTube here:
This release contains 2 additional zipped folders:
zelda-health-bar-start.zip
: This zipped folder contains the initial template code for this example.
zelda-health-bar-finished.zip
: This zipped folder contains the completed code example.
inter-scene-communication-finished.zip
: This zipped folder contains the completed code for the Phaser 3 - communicating between scenes example.
Basic Phaser 3 TypesScript Template
This release contains a zip folder that contains the basic Phaser 3 TypeScript template, which is used for bootstrapping the examples shown in the examples folder.
To download the template, click on the basic_template.zip
link below, or you can use this link: https://github.com/devshareacademy/phaser-3-typescript-games-and-examples/releases/download/template/basic_template.zip
Parallax Scrolling Background Example
This release contains the starting and ending code for the Phaser 3 Parallax Scrolling Background Example. To learn more about this example, you can watch this video on YouTube here:
This release contains 3 zipped folders:
parallax-scrolling-background-start.zip
: This zipped folder contains the initial template code for this example.parallax-scrolling-background-finished.zip
: This zipped folder contains the completed code example.parallax-scrolling-background-assets.zip
: This zipped folder contains just the assets that are used in the demo.