{"id":13445677,"url":"https://github.com/phaserjs/phaser-ce","last_synced_at":"2025-05-14T04:07:52.533Z","repository":{"id":15582859,"uuid":"78420428","full_name":"phaserjs/phaser-ce","owner":"phaserjs","description":"Phaser CE is a fun, free and fast 2D game framework for making HTML5 games for desktop and mobile web browsers, supporting Canvas and WebGL rendering.","archived":false,"fork":false,"pushed_at":"2025-03-04T22:06:53.000Z","size":234807,"stargazers_count":1376,"open_issues_count":53,"forks_count":489,"subscribers_count":66,"default_branch":"master","last_synced_at":"2025-05-10T08:01:57.780Z","etag":null,"topics":["canvas","html5-game-development","javascript","phaser","webgl"],"latest_commit_sha":null,"homepage":"http://phaser.io","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/phaserjs.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":".github/CONTRIBUTING.md","funding":null,"license":"license.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2017-01-09T10:53:06.000Z","updated_at":"2025-05-08T21:25:49.000Z","dependencies_parsed_at":"2023-11-29T02:23:29.125Z","dependency_job_id":"64d6cc8c-d218-4ad1-a66c-378ed21c20a2","html_url":"https://github.com/phaserjs/phaser-ce","commit_stats":{"total_commits":6352,"total_committers":401,"mean_commits":"15.840399002493765","dds":0.4363979848866498,"last_synced_commit":"3a9087716d037d7c843a817986b3e9946dfacdea"},"previous_names":["photonstorm/phaser-ce"],"tags_count":104,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaserjs%2Fphaser-ce","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaserjs%2Fphaser-ce/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaserjs%2Fphaser-ce/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phaserjs%2Fphaser-ce/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phaserjs","download_url":"https://codeload.github.com/phaserjs/phaser-ce/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254069444,"owners_count":22009554,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["canvas","html5-game-development","javascript","phaser","webgl"],"created_at":"2024-07-31T05:00:37.734Z","updated_at":"2025-05-14T04:07:47.505Z","avatar_url":"https://github.com/phaserjs.png","language":"JavaScript","readme":"# Phaser CE (Community Edition)\n\n\u003cimg src=\"https://phaser.io/images/github/arcade-cab.png\" align=\"right\" width=\"400\" height=\"617\"\u003e\n\nPhaser CE is a fast, free, and fun open source HTML5 game framework. It uses a custom build of [Pixi.js](https://github.com/GoodBoyDigital/pixi.js/) for WebGL and Canvas rendering, and supports desktop and mobile web browsers. Games can be compiled to iOS, Android and native desktop apps via 3rd party tools. You can use JavaScript or TypeScript for development.\n\nPhaser CE is based on Phaser v2.6.2 by Photon Storm. [Phaser](http://phaser.io/) is the current and fully maintained version.\n\nThe [current Phaser CE release is 2.20.2](https://github.com/phaserjs/phaser-ce/releases/tag/v2.20.2).\n\n- [Phaser CE API Documentation](https://phaserjs.github.io/phaser-ce/)\n- [Phaser 2 Examples](https://samme.github.io/phaser-examples-mirror/) ([source code][examples])\n- [New Phaser CE examples](https://codepen.io/collection/AMbZgY/)\n- [Phaser 2/CE Forum][forum]\n- [Phaser on Discord](http://phaser.io/community/discord)\n- [Phaser plugins on GitHub](https://github.com/search?q=topic%3Aphaser-plugin\u0026type=Repositories)\n- [Phaser plugins on NPM](https://www.npmjs.com/browse/keyword/phaser-plugin)\n\nIf you need API documentation for a [previous version](https://github.com/phaserjs/phaser-ce/releases), download the source code, e.g., \u003chttps://github.com/phaserjs/phaser-ce/releases/tag/v2.6.2\u003e, unzip, and open `docs/index.html`.\n\n## Contents\n\n- [Requirements](#requirements)\n- [Download Phaser](#download)\n- [Getting Started](#getting-started)\n- [Building Phaser](#building-phaser)\n- [Phaser World Newsletter](#newsletter)\n- [Contributing](#contributing)\n- [Change Log](#change-log)\n\n\u003ca name=\"requirements\"\u003e\u003c/a\u003e\n\n## Requirements\n\nPhaser CE requires a web browser that supports the [canvas tag](https://caniuse.com/#feat=canvas). This includes Internet Explorer 9+, Firefox, Chrome, Safari and Opera on desktop. iOS Safari, Android Browser and Chrome for Android are supported on mobile.\n\nWhile Phaser CE does its best to ensure a consistent cross-platform experience, always be aware of browser and device limitations. This is especially important with memory and GPU limitations on mobile, and legacy browser HTML5 compatibility.\n\n### IE9\n\nIf you need to support IE9 / Android 2.x _and_ use P2 physics, then you must use the polyfills in the [resources/IE9 Polyfill folder](https://github.com/photonstorm/phaser-ce/tree/master/resources/IE9%20Polyfill). If you don't use P2 (or don't care about IE9!) you can skip this.\n\n### JavaScript and TypeScript\n\nPhaser CE is developed in ES5 JavaScript. We've made no assumptions about how you like to code, and were careful not to impose a strict structure upon you. You won't find Phaser CE split into modules, requiring a build step, or making you use a class / inheritance OOP approach. That doesn't mean you can't do so, it just means we don't _force_ you to. It's your choice.\n\nIf you code with [TypeScript](https://www.typescriptlang.org/) there are comprehensive definition files in the [typescript folder](https://github.com/phaserjs/phaser-ce/tree/master/typescript). They are for TypeScript 1.4+.\n\n\u003ca name=\"download\"\u003e\u003c/a\u003e\n\n## Download Phaser CE\n\nPhaser CE is [hosted on Github][phaser]. There are a number of ways to download it:\n\n* Clone the git repository via [https][clone-http], [ssh][clone-ssh] or with the Github [Windows][clone-ghwin] or [Mac][clone-ghmac] clients.\n* Download as [zip][get-zip] or [tar.gz][get-tgz]\n* Download just the build files: [phaser.js][get-js] and [phaser.min.js][get-minjs]\n* Checkout with [svn][clone-svn]\n\n### NPM\n\nInstall via [npm](https://www.npmjs.com):\n\n```bash\nnpm install phaser-ce\n```\n\nPlease see additional steps for [Browserify/CommonJS](#browserify) and [Webpack](#webpack).\n\n### CDN\n\n[Phaser CE is on jsDelivr](http://www.jsdelivr.com/projects/phaser-ce). Include the following in your html:\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/phaser-ce@2.20.2/build/phaser.js\"\u003e\u003c/script\u003e\n```\n\nor the minified version:\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/phaser-ce@2.20.2\"\u003e\u003c/script\u003e\n```\n\n[Custom builds](https://cdn.jsdelivr.net/npm/phaser-ce@2.20.2/build/custom/) are available too, e.g.,\n\n```html\n\u003cscript src=\"https://cdn.jsdelivr.net/npm/phaser-ce@2.20.2/build/custom/phaser-arcade-physics.js\"\u003e\u003c/script\u003e\n```\n\n\u003ca name=\"getting-started\"\u003e\u003c/a\u003e\n\n## Getting Started\n\nOur [Getting Started Guide](https://phaser.io/tutorials/getting-started-phaser2/) will get you up to speed quickly: from [setting up a web server](https://phaser.io/tutorials/getting-started/part2) to picking an editor/IDE. After that read our [Making your first Game](https://phaser.io/tutorials/making-your-first-phaser-2-game/) tutorial. Please work through this, **no matter what your development experience**, to learn how Phaser CE approaches things.\n\nUsing **TypeScript**? See Phaser CE's [TypeScript definitions](https://github.com/photonstorm/phaser-ce/tree/master/typescript) and the [Using Phaser with TypeScript](https://phaser.io/tutorials/how-to-use-phaser-with-typescript).\n\n### Source Code Examples\n\nCurrently there are over [700 Phaser 2 examples](https://github.com/samme/phaser-examples-mirror), with the full source code and assets available.\n\n### Web Templates\n\nIf you'd like to try coding in Phaser CE right now, with nothing more than your web browser, open up the [Phaser CE Game Template](https://codepen.io/pen?template=vyKJvw) or [ES6 Template](https://codepen.io/pen?template=pRGPKG).\n\n### http-server\n\nFor most development, you'll need to run a local web server. If you already have [node](https://nodejs.org), it's as easy as:\n\n```sh\nnpm install -g http-server\n```\n\nThen from your project:\n\n```sh\nhttp-server . -c-1 -o\n```\n\nThere are [many other options](https://gist.github.com/willurd/5720255 \"List of http static server one-liners\") that you may already have installed as well.\n\n\u003ca name=\"browserify\"\u003e\u003c/a\u003e\n\n### Browserify / CommonJS\n\nPhaser CE (and Phaser 2, before it) were not written to be modular. Everything exists under one single global namespace, and you cannot `require` selected parts of it into your builds. It expects 3 global vars to exist in order to work properly: `Phaser`, `PIXI` and `p2`. The following is one way of doing this:\n\n```javascript\nwindow.PIXI   = require('phaser-ce/build/custom/pixi');\nwindow.p2     = require('phaser-ce/build/custom/p2');\nwindow.Phaser = require('phaser-ce/build/custom/phaser-split');\n```\n\nIf you [build a custom version of Phaser CE](#building-phaser) it will split the 3 core libs out into their own files, allowing you to require them as above.\n\nFull module-based development is available in Phaser v3.\n\n\u003ca name=\"webpack\"\u003e\u003c/a\u003e\n\n### Webpack\n\nAs with browserify, use the **pixi**, **p2**, and **phaser-split** modules in [build/custom](https://github.com/phaserjs/phaser-ce/tree/master/build/custom). You can then use [expose-loader](https://webpack.js.org/loaders/expose-loader/) to expose them as `PIXI`, `p2`, and `Phaser`.\n\nSee [our webpack project template](https://github.com/phaserjs/phaser-ce/tree/master/resources/Project%20Templates/Webpack) or [lean/phaser-es6-webpack](https://github.com/lean/phaser-es6-webpack) for a sample configuration.\n\n### Ionic\n\nSee [Ionic](https://github.com/phaserjs/phaser-ce/tree/master/resources/Ionic.md).\n\n### Game Mechanic Explorer\n\nThe [Game Mechanic Explorer](https://gamemechanicexplorer.com) is a great interactive way to learn how to develop specific game mechanics in Phaser. Well worth exploring once you've got your dev environment set-up.\n\n\u003ca name=\"building-phaser\"\u003e\u003c/a\u003e\n\n## Building Phaser CE\n\nPhaser CE is provided ready compiled in the `build` folder of the repository. There are both plain and minified versions. The plain version is for use during development, and the minified version for production. You can also create your own builds.\n\n### Custom Builds\n\nPhaser CE includes a grunt based build system, which allows you to strip out  features you may not require, saving hundreds of KB in the process. Don't use any Sound in your game? Then exclude the entire sound system. Don't need Keyboard support? That can be excluded too.\n\nAs a result of this work the minimum build size of Phaser CE is now just 80KB minified and gzipped.\n\n1. Run `npm install`\n2. Run `grunt custom` to see the module and argument lists (it will error; that's OK)\n3. Run, e.g., `grunt custom --exclude=sound,keyboard` and then find the built script in [dist](dist/).\n\nSee the [Creating a Custom Phaser Build](https://phaser.io/tutorials/creating-custom-phaser-builds) tutorial for details.\n\n### Building from source\n\nShould you wish to build Phaser CE from source you can take advantage of the provided [Grunt](https://gruntjs.com/) scripts. Ensure you have the required packages by running `npm install` first.\n\nRun `grunt` to perform a default build to the `dist` folder.\n\n### Packaging a new release\n\nReleases of new versions of Phaser CE are under the community's control. If you feel there are sufficient fixes, or important ones that warrant a new version release, then please do the following:\n\n1. Make sure the version number is increased, in line with semver policies, in the following files:\n    - `package.json`\n    - `src/Phaser.js`\n\n2. Add details of the new version to `CHANGELOG.md`. This should include a summary of changes made in the version. You can usually obtain this from the commit / PR history. It's nice to credit who made the changes by linking to their GitHub user ID, but isn't a requirement.\n\n3. Update any relevant version numbers in `README.md`.\n\n4. Run `npm run check-version`. Verify all the version numbers match except in `build/phaser.js`, which isn't rebuilt yet.\n\n5. From the root repo folder, run `grunt eslint` and make sure there are no errors. If there are, please fix them, or request that the original author of the code does so.\n\n6. Once ESLint passes run `grunt release`, sit back, and wait. It will build all of the versions of Phaser CE required, update the doc files, TypeScript defs and lots more.\n\n7. Run `npm run check-version` and verify all the version numbers match.\n\n8. When finished, commit all of the new files and include a clear message in your commit saying you want this release pushed to npm: _Phaser CE Version 2.X.X. Please publish to npm @photonstorm_. I'll see it, and then publish as soon as I can (often the same day).\n\n\u003ca name=\"newsletter\"\u003e\u003c/a\u003e\n\n## Weekly Newsletter\n\nEvery Monday we publish the [Phaser World](https://phaser.world) newsletter. It's packed full of the latest Phaser games, tutorials, videos, meet-ups, talks, and more. It also contains our weekly Development Progress updates. If you want to know what we're working on, this is the newsletter to read!\n\n\u003ca name=\"contributing\"\u003e\u003c/a\u003e\n\n# Contributing\n\nThe [Contributors Guide][contribute] contains full details on how to help with Phaser CE development. The main points are:\n\n- Found a bug? Report it on [GitHub Issues][issues] and include a code sample.\n- Before submitting a Pull Request run `npm run test` and fix any errors.\n- Before contributing read the [code of conduct](https://github.com/phaserjs/phaser-ce/blob/master/CODE_OF_CONDUCT.md).\n\nWritten something cool in Phaser? Please tell us about it in the [forum][forum], or email support@phaser.io\n\n\u003ca name=\"change-log\"\u003e\u003c/a\u003e\n\n# Change Log\n\nSee [Change Log](CHANGELOG.md).\n\n# License\n\nPhaser CE is released under the [MIT License](https://opensource.org/licenses/MIT).\n\n# Created by\n\nPhaser 2 was originally a [Photon Storm](http://www.photonstorm.com) production, but is now maintained by the community. Phaser 3 is maintained by Phaser Studio Inc.\n\n![storm](https://www.phaser.io/images/github/photonstorm-x2.png)\n\nThe Phaser logo and characters are © 2024 Photon Storm Limited. All rights reserved.\n\n\"Above all, video games are meant to be just one thing: fun. Fun for everyone.\" - Satoru Iwata\n\n[get-js]: https://github.com/phaserjs/phaser-ce/releases/download/v2.20.2/phaser.js\n[get-minjs]: https://github.com/phaserjs/phaser-ce/releases/download/v2.20.2/phaser.min.js\n[get-zip]: https://github.com/phaserjs/phaser-ce/archive/v2.20.2.zip\n[get-tgz]: https://github.com/phaserjs/phaser-ce/archive/v2.20.2.tar.gz\n[clone-http]: https://github.com/phaserjs/phaser-ce.git\n[clone-ssh]: ssh://git@github.com:phaserjs/phaser-ce.git\n[clone-svn]: https://github.com/phaserjs/phaser-ce\n[clone-ghwin]: github-windows://openRepo/https://github.com/phaserjs/phaser-ce\n[clone-ghmac]: github-mac://openRepo/https://github.com/phaserjs/phaser-ce\n[phaser]: https://github.com/phaserjs/phaser-ce\n[issues]: https://github.com/phaserjs/phaser-ce/issues\n[examples]: https://github.com/samme/phaser-examples-mirror\n[contribute]: https://github.com/phaserjs/phaser-ce/blob/master/.github/CONTRIBUTING.md\n[forum]: https://phaser.discourse.group/c/phaser2/6\n","funding_links":[],"categories":["Libraries","JavaScript"],"sub_categories":["Game engine"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphaserjs%2Fphaser-ce","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphaserjs%2Fphaser-ce","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphaserjs%2Fphaser-ce/lists"}