Skip to content

BMorearty/phaser3-examples

This branch is 1 commit ahead of, 710 commits behind phaserjs/examples:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

92065bd · Nov 29, 2022
Nov 29, 2022
Sep 9, 2020
Jan 26, 2018
Mar 18, 2018
Dec 16, 2020
Sep 26, 2022
Dec 16, 2020
Dec 16, 2020
Sep 26, 2022
Sep 26, 2022
Oct 1, 2018
Sep 26, 2022

Repository files navigation

Phaser 3 Examples

All of the code in this repo can be browsed at https://labs.phaser.io. The labs site is a mirror of this repo and changes made in the repo are synced to the site within minutes.

You can also clone this repo to have the code locally for testing, which can be really useful while developing with Phaser 3.

Dev Version vs. Release Version

By default the examples site is configured to serve the latest dev version of Phaser 3. We are continuously working on it, which means new builds are pushed often several times per day. Use the drop-down menu below the example to run it against any previous release version. You should see the URL change to reflect the version within it.

Requirements

If you want to run our scripts then you need Node.js installed.

To show the example browser run these commands in your terminal:

Command Description
npm install Install dependencies and launch browser with examples.
npm start Launch browser to show the examples.
Press Ctrl + c to kill http-server process.
npm run update To build a new examples.json file if you add a new example.

Alternatively, if you have your own local web server installed, you could configure it to serve the /public folder from the repo and you will get access to the examples interface.

License

The source code in this repo is released under the MIT license.

The assets are not.

Lots of the assets in this repo come from old classic arcade / computer games or open and stock art sites. As such, you cannot use them in your own commercial games, or for any games that carry advertising.

About

Phaser 3 Examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Other 0.1%