Downloading a Complete Example

Hello,

I would like to download a complete Phaser example (JS file, HTML, game assets, etc.) so that I can play with it comfortably. I am eyeing this example on isometric maps available at the GitHub repository.

I am able to download the JS that shows the game’s logic, but how do I get the rest of the files (e.g. html and images)?

Thanks.

You can look at the preload methods to see which assets an example loads, then find the assets in the same GitHub repo. For this particular example, everything is in this directory.

The examples don’t use any special HTML, just a single <div id="phaser-example"></div>.

1 Like